The custom CMS behind my website https://theorangeone.net/
Find a file
2022-06-10 09:13:00 +01:00
static/src Setup static file pipeline 2022-06-10 09:13:00 +01:00
templates Setup static file pipeline 2022-06-10 09:13:00 +01:00
website Setup static file pipeline 2022-06-10 09:13:00 +01:00
.gitignore
dev-requirements.txt Add honcho and just 2022-06-09 22:20:40 +01:00
justfile Add honcho and just 2022-06-09 22:20:40 +01:00
manage.py
package-lock.json Setup static file pipeline 2022-06-10 09:13:00 +01:00
package.json Setup static file pipeline 2022-06-10 09:13:00 +01:00
Procfile Setup static file pipeline 2022-06-10 09:13:00 +01:00
README.md Add honcho and just 2022-06-09 22:20:40 +01:00
requirements.txt

Website

Installation

This project handles commands using just.

  1. just install
  2. Create .env file
  3. just migrate
  4. just start

.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