hrss/web/apps.py
2018-10-24 23:57:41 +02:00

6 lines
81 B
Python

from django.apps import AppConfig
class WebConfig(AppConfig):
name = 'web'