Initial commit

This commit is contained in:
Keannu Christian Bernasol 2023-02-27 23:59:14 +08:00
commit 78e776177d
11 changed files with 463 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 = "*"
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.11"