The custom CMS behind my website https://theorangeone.net/
Go to file
2022-06-14 22:29:08 +01:00
scripts
static/src Show darkmode toggle on top of content 2022-06-14 21:23:24 +01:00
templates Make navbar dynamic 2022-06-14 21:53:31 +01:00
website Add debug toolbar 2022-06-14 22:29:08 +01:00
.editorconfig
.gitignore
.gitlab-ci.yml
dev-requirements.txt
justfile
manage.py
package-lock.json
package.json
Procfile Watch for contrib changes during dev 2022-06-14 19:22:56 +01:00
README.md
requirements.txt
setup.cfg

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. This file is automatically loaded by just.