Some code for our wedding website
Find a file
2024-02-17 18:34:27 +00:00
test Fix image loading. 2024-02-17 17:56:17 +00:00
wedding_site Small clean to urls 2024-02-17 18:34:27 +00:00
.gitignore Initial django additions. 2024-02-11 15:26:29 +00:00
generate_site.py Initial conversion script 2024-02-10 13:08:00 +00:00
LICENSE Initial commit 2024-02-10 10:34:12 +00:00
README.md Initial django additions. 2024-02-11 15:26:29 +00:00
requirements.txt Initial django additions. 2024-02-11 15:26:29 +00:00

wedding-site-backend

Web backend for hosting a wedding website.

Run development server:

source .venv/bin/activate
cd wedding_site
python manage.py runserver

Do Migrations

cd wedding_site
python manage.py makemigrations primary
python manage.py migrate