Create a super-simple homepage

This commit is contained in:
Danielle McLean 2017-10-23 09:37:24 +11:00
parent 8bd2faa8a9
commit 55abf1780e
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
9 changed files with 75 additions and 1 deletions

View file

@ -38,6 +38,8 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'lemoncurry',
'home',
'users',
]