fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/shelfzilla/apps/account/app.py

16 lines
242 B
Python

# coding: utf-8
# py3
from __future__ import absolute_import
# django
from django.apps import AppConfig
class AccountConfig(AppConfig):
name = 'account'
verbose_name = "Account"
def ready(self):
from . import signals