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

add app for displaying an AK plan/schedule

parent 6ac09c56
No related branches found
No related tags found
No related merge requests found
# Register your models here.
from django.apps import AppConfig
class AkplanConfig(AppConfig):
name = 'AKPlan'
# Create your models here.
# Create your tests here.
# Create your views here.
......@@ -33,6 +33,7 @@ INSTALLED_APPS = [
'AKDashboard.apps.AkdashboardConfig',
'AKSubmission.apps.AksubmissionConfig',
'AKScheduling.apps.AkschedulingConfig',
'AKPlan.apps.AkplanConfig',
'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.
Finish editing this message first!
Please register or to comment