mirror of
https://github.com/pinry/pinry.git
synced 2025-11-15 17:35:50 +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'
|