The custom CMS behind my website https://theorangeone.net/
Go to file
2022-07-12 22:45:50 +01:00
scripts
static/src Add date group headers to blog list page 2022-07-10 18:42:16 +01:00
templates
website Allow unsplash images to be used as hero images 2022-07-12 22:45:50 +01:00
.editorconfig
.gitignore
.gitlab-ci.yml
dev-requirements.txt Add unsplash model for storing images 2022-07-12 09:32:05 +01:00
justfile
manage.py
package-lock.json
package.json
Procfile
README.md
requirements.txt Add chooser for unsplash photos 2022-07-12 15:14:27 +01:00
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.