Skip to content
Snippets Groups Projects
Commit 5ade6e9b authored by Nadja Geisler's avatar Nadja Geisler :sunny: Committed by Benjamin Hättasch
Browse files

add AKOnline App

parent a5c9a6d7
No related branches found
No related tags found
No related merge requests found
# Register your models here.
from django.apps import AppConfig
class AkonlineConfig(AppConfig):
name = 'AKOnline'
# Create your models here.
# Create your tests here.
# Create your views here.
...@@ -37,6 +37,7 @@ INSTALLED_APPS = [ ...@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'AKSubmission.apps.AksubmissionConfig', 'AKSubmission.apps.AksubmissionConfig',
'AKScheduling.apps.AkschedulingConfig', 'AKScheduling.apps.AkschedulingConfig',
'AKPlan.apps.AkplanConfig', 'AKPlan.apps.AkplanConfig',
'AKOnline.apps.AkonlineConfig',
'django.contrib.admin', 'django.contrib.admin',
'django.contrib.auth', 'django.contrib.auth',
'django.contrib.contenttypes', 'django.contrib.contenttypes',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment