mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2025-05-16 03:28:05 +08:00
Initial commit
This commit is contained in:
commit
67bd8957d5
23 changed files with 849 additions and 0 deletions
17
Pipfile
Normal file
17
Pipfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue