Initial commit.
This commit is contained in:
6
dav_events/apps.py
Normal file
6
dav_events/apps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig as _AppConfig
|
||||
|
||||
|
||||
class AppConfig(_AppConfig):
|
||||
name = 'dav_events'
|
||||
verbose_name = u'DAV Veranstaltungen'
|
||||
Reference in New Issue
Block a user