Initial commit

This commit is contained in:
Keannu Christian Bernasol 2023-10-23 21:09:46 +08:00
commit c92d80c7fd
637 changed files with 73212 additions and 0 deletions

17
Pipfile Normal file
View file

@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
python-dotenv = "*"
whitenoise = "*"
djoser = "*"
django-cors-headers = "*"
[dev-packages]
[requires]
python_version = "3.11"