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

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
# Created by https://www.gitignore.io/api/django
### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
media
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
# in your Git repository. Update and uncomment the following line accordingly.
# <django-project-name>/staticfiles/
# End of https://www.gitignore.io/api/django