fb5d0b8941
* Adds a laptop-mode-env file which docker can read env variables from * Adds a Dockerfile.makemigrations; mostly identical to the main Dockerfile. Important difference: instead of the source being copied into the docker image at build time, it's mounted from the local machine at run time. * Adds a makemigrations shell script which builds an imagine using the Dockefile.makemigrations and then uses it to run makemigrations * Because the source is mounted from the local machine, any new migrations created are dumped in the developer's git checkout ready for adding to git. Rename .env -> docker/laptop-mode-env
6 lines
299 B
Text
6 lines
299 B
Text
DJANGO_SECRET_KEY=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
|
|
STRIPE_PUBLIC_KEY=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
|
|
STRIPE_SECRET_KEY=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
|
|
GCS_BUCKET=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
|
|
GOOGLE_APPLICATION_CREDENTIALS=/dev/null
|
|
DATABASE_URL=sqlite:////tmp/symposion.sqlite
|