django-gallery/account/apps.py
2018-03-08 22:54:14 -06:00

9 lines
154 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class AccountConfig(AppConfig):
name = 'account'