The custom CMS behind my website https://theorangeone.net/
Find a file
2022-06-09 09:18:10 +01:00
static Init wagtail project 2022-06-09 08:36:29 +01:00
templates Init wagtail project 2022-06-09 08:36:29 +01:00
website Add whitenoise for static files 2022-06-09 09:03:00 +01:00
.gitignore Add whitenoise for static files 2022-06-09 09:03:00 +01:00
manage.py Init wagtail project 2022-06-09 08:36:29 +01:00
package-lock.json npm init 2022-06-09 09:09:02 +01:00
package.json npm init 2022-06-09 09:09:02 +01:00
README.md Add basic README instructions 2022-06-09 09:18:10 +01:00
requirements.txt Add whitenoise for static files 2022-06-09 09:03:00 +01:00

Website

Installation

  1. Create a virtual environment
  2. pip install -r requirements.txt
  3. Create .env file
  4. ./manage.py runserver

.env file

Local development secrets are stored in a .env file.

These values are required for the application to load

  • DEBUG set to false
  • SECRET_KEY set to something semi-random