Files
web2.0-backend/webapp/apps.py
T
2020-06-16 19:18:11 +03:00

14 lines
246 B
Python

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