Initial commit

This commit is contained in:
Keannu Christian Bernasol 2023-06-26 18:58:20 +08:00
commit 83682bead6
12 changed files with 466 additions and 0 deletions

14
Pipfile Normal file
View file

@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
python-dotenv = "*"
[dev-packages]
[requires]
python_version = "3.10"