bornhack-website/src/bar/apps.py

8 lines
83 B
Python

from django.apps import AppConfig
class BarConfig(AppConfig):
name = 'bar'