Initial commit - result of django-admin project lemoncurry . with no customisation

This commit is contained in:
Danielle McLean 2017-10-23 08:52:16 +11:00
commit a99ff49cef
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
8 changed files with 262 additions and 0 deletions

13
Pipfile Normal file
View file

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