add migration to update "Site" info

This commit is contained in:
Seth Ladygo
2019-03-14 00:14:02 -07:00
parent e4cfb2865f
commit 9a765ef146
4 changed files with 36 additions and 0 deletions

View File

@ -73,6 +73,7 @@ INSTALLED_APPS = [
'django_extensions',
'account',
'lazysignup',
'procat2',
'dashboard',
]