Rework settings, add apps.py, preping for django 1.10 upgrade

This commit is contained in:
Isaac Bythewood
2016-11-28 16:58:34 -05:00
parent 78f1fbdb30
commit 6bb7a96ddc
9 changed files with 170 additions and 131 deletions

7
pinry/core/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from __future__ import unicode_literals
from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'