mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 09:05:41 +01:00
Rework settings, add apps.py, preping for django 1.10 upgrade
This commit is contained in:
7
pinry/core/apps.py
Normal file
7
pinry/core/apps.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CoreConfig(AppConfig):
|
||||
name = 'core'
|
||||
Reference in New Issue
Block a user