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 7fb07fb commit 3afbef3Copy full SHA for 3afbef3
env.example
@@ -1,8 +1,8 @@
1
SECRET_KEY=
2
DEBUG=
3
DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
4
-DB_ENGINE=django.db.backends.postgresql
5
-DATABASE=postgres_dev
+DB_ENGINE=django.db.backends.sqlite3
+DATABASE=db.sqlite3
6
DB_USER=
7
DB_PASSWORD=
8
DB_HOST=
0 commit comments