Files
web2.0-backend/webapp/apps.py
T
2017-09-20 21:15:46 +03:00

14 lines
247 B
Python

"""Webapp app configurations."""
from django.apps import AppConfig
class WebappConfig(AppConfig):
"""Webapp configurations."""
name = 'webapp'
def ready(self):
"""Import translations."""
import webapp.translations