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

add Django app for general models

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