add fields to the betrieb model and add an overview action

This commit is contained in:
erichhasl
2018-05-17 19:05:49 +02:00
parent 5dbf329579
commit a6b467a93f
5 changed files with 93 additions and 19 deletions
+4
View File
@@ -19,6 +19,10 @@ from django.conf import settings
from .views import error_400, error_403, error_404, error_500
admin.site.site_header = "Goethopia"
admin.site.site_title = "Goethopia"
admin.site.index_title = "Verwaltung"
urlpatterns = static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
urlpatterns += [