Files
web2.0-backend/webapp/apps.py
T
2022-01-13 22:10:51 +02: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