initial rasaddam backend project
This commit is contained in:
9
requirements/common.txt
Normal file
9
requirements/common.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Django
|
||||
djangorestframework
|
||||
django-cors-headers
|
||||
django-filter
|
||||
django-storages
|
||||
psycopg2-binary==2.9.9
|
||||
Pillow
|
||||
sentry-sdk
|
||||
gunicorn
|
||||
4
requirements/local.txt
Normal file
4
requirements/local.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
-r common.txt
|
||||
ruff
|
||||
pre-commit
|
||||
pytest-django
|
||||
1
requirements/production.txt
Normal file
1
requirements/production.txt
Normal file
@@ -0,0 +1 @@
|
||||
-r common.txt
|
||||
Reference in New Issue
Block a user