You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example repo to demonstrate seed databases with Django.
Quick start (given that you have poetry and docker-compose installed)
# Create new virtual environment
poetry env
# Install dependencies
poetry run poetry install
# Bring up database
docker-compose up -d
# Run migrations
poetry run ./app/migrate.py migrate
About
Demo repo for migrating Django with a seed database