parent
b1e9c7e713
commit
bc585a1c60
@ -1,2 +1,9 @@
|
||||
DEBUG=True
|
||||
SECRET_KEY='your-secure-key'
|
||||
|
||||
DATABASE_NAME=postgres_dev
|
||||
DATABASE_USERNAME=postgres
|
||||
DATABASE_PASSWORD=testpassword
|
||||
DATABASE_HOST=postgres
|
||||
DATABASE_PORT=5432
|
||||
|
||||
|
@ -1,8 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
crispy-tailwind==0.5.0
|
||||
Django==4.2.3
|
||||
django-browser-reload==1.11.0
|
||||
django-crispy-forms==2.0
|
||||
django-tailwind==3.6.0
|
||||
gunicorn==21.2.0
|
||||
packaging==23.1
|
||||
psycopg2-binary==2.9.6
|
||||
python-dotenv==1.0.0
|
||||
sqlparse==0.4.4
|
||||
typing_extensions==4.7.1
|
||||
|
Loading…
Reference in new issue