Skip to content

theaino/aino_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

848c69c · Mar 17, 2025
Feb 18, 2025
Jan 26, 2025
Oct 5, 2024
Jan 1, 2025
Mar 17, 2025
Feb 18, 2025
Feb 18, 2025
Oct 5, 2024
Oct 5, 2024
Oct 5, 2024
Oct 5, 2024
Oct 5, 2024
Oct 5, 2024
Feb 18, 2025
Oct 5, 2024

Repository files navigation

.env

DJANGO_SECRET_KEY
DJANGO_DB_NAME
DJANGO_DB_HOST
DJANGO_DB_PORT
DJANGO_DB_USER
DJANGO_DB_PASSWORD
DJANGO_DEBUG

Generate secret using

echo 'from django.core.management.utils import get_random_secret_key;print(get_random_secret_key())' | django-admin shell

Setup

Webpack

Prod:

npm run build

Dev:

npm run watch

Syntax highlighting

Generate css

python3 manage.py generate_pygments_css