mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 00:25:41 +01:00
8 lines
131 B
Python
8 lines
131 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class CoreConfig(AppConfig):
|
|
name = 'core'
|