Initial commit

This commit is contained in:
Keannu Christian Bernasol 2023-03-21 20:53:14 +08:00
commit 990c786c62
9 changed files with 424 additions and 0 deletions

12
Pipfile Normal file
View file

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