django-gallery/account/apps.py

9 lines
154 B
Python
Raw Normal View History

2018-03-09 04:54:14 +00:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class AccountConfig(AppConfig):
name = 'account'