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

add app for project dashboard

parent a56d911b
No related branches found
No related tags found
No related merge requests found
# Register your models here.
from django.apps import AppConfig
class AkdashboardConfig(AppConfig):
name = 'AKDashboard'
# Create your models here.
# Create your tests here.
# Create your views here.
......@@ -30,6 +30,7 @@ ALLOWED_HOSTS = []
INSTALLED_APPS = [
'AKModel.apps.AkmodelConfig',
'AKDashboard.apps.AkdashboardConfig',
'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