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
Branches
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 = [
'AKSubmission.apps.AksubmissionConfig',
'AKScheduling.apps.AkschedulingConfig',
'AKPlan.apps.AkplanConfig',
'AKOnline.apps.AkonlineConfig',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment