Initial commit

This commit is contained in:
Keannu Christian Bernasol 2023-02-24 00:13:44 +08:00
commit 67bd8957d5
23 changed files with 849 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 = "*"
djoser = "*"
djangorestframework-simplejwt = "*"
django-cors-headers = "*"
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.11"