mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 00:25:41 +01:00
Refactor apps to be in repo folder
This commit is contained in:
7
core/apps.py
Normal file
7
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