Skip to content
Snippets Groups Projects
Commit 6ac09c56 authored by Nadja Geisler's avatar Nadja Geisler :sunny:
Browse files

add app for AK scheduling

parent cddb8382
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ INSTALLED_APPS = [
'AKModel.apps.AkmodelConfig',
'AKDashboard.apps.AkdashboardConfig',
'AKSubmission.apps.AksubmissionConfig',
'AKScheduling.apps.AkschedulingConfig',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
......
# Register your models here.
from django.apps import AppConfig
class AkschedulingConfig(AppConfig):
name = 'AKScheduling'
# Create your models here.
# Create your tests here.
# Create your views here.
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