mirror of
https://github.com/pinry/pinry.git
synced 2026-04-05 11:39:04 +02: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'
|