# wedding-site-backend Web backend for hosting a wedding website. ## Run development server: ```sh source .venv/bin/activate cd wedding_site python manage.py runserver ``` ## Do Migrations ```sh cd wedding_site python manage.py makemigrations primary python manage.py migrate ```