- Python 3.7+
- Pipenv
- Cloud SDK (optional)
- GCP account (optional)
- Start Python virtual ENV
pipenv shell
- Install dependencies
pipenv install
- Run database migrations
python manage.py migrate
- Create admin user
python manage.py createsuperuser --username admin
- Build static files
python manage.py collectstatic --noinput
docker build -t sample:dev .