The custom CMS behind my website https://theorangeone.net/
Go to file
2022-07-25 20:10:49 +01:00
docker/dev
scripts
static/src
templates
website
.editorconfig
.gitignore
.gitlab-ci.yml
dev-requirements.txt
justfile
manage.py
package-lock.json
package.json
Procfile
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.