The custom CMS behind my website https://theorangeone.net/
Find a file
2022-06-12 17:21:53 +01:00
scripts Add skeleton navbar 2022-06-12 17:21:53 +01:00
static/src Add skeleton navbar 2022-06-12 17:21:53 +01:00
templates Add skeleton navbar 2022-06-12 17:21:53 +01:00
website
.editorconfig
.gitignore
.gitlab-ci.yml
dev-requirements.txt
justfile
manage.py
package-lock.json Add skeleton navbar 2022-06-12 17:21:53 +01:00
package.json Add skeleton navbar 2022-06-12 17:21:53 +01:00
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.