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