We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc3f73 commit b06c06eCopy full SHA for b06c06e
docker-compose.yml
@@ -12,6 +12,7 @@ services:
12
- "./staticfiles_collected:/app/staticfiles_collected/"
13
environment:
14
DATABASE_URL: postgres://postgres@database_default:5432/db
15
+ DEBUG: "True"
16
links:
17
- "database_default"
18
# The following command is used to start the local development server.
0 commit comments