We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ca8fc commit 7fb07fbCopy full SHA for 7fb07fb
env.example
@@ -1,6 +1,6 @@
1
SECRET_KEY=
2
DEBUG=
3
-DJANGO_ALLOWED_HOSTS=
+DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
4
DB_ENGINE=django.db.backends.postgresql
5
DATABASE=postgres_dev
6
DB_USER=
0 commit comments