--- /dev/null
+from django.contrib import admin
+
+# Register your models here.
--- /dev/null
+from __future__ import unicode_literals
+
+from django.apps import AppConfig
+
+
+class InstituteConfig(AppConfig):
+ name = 'institute'
--- /dev/null
+from __future__ import unicode_literals
+
+from django.db import models
+
+# Create your models here.
--- /dev/null
+from django.test import TestCase
+
+# Create your tests here.
--- /dev/null
+from django.shortcuts import render
+
+# Create your views here.
"mezzanine.accounts",
# "mezzanine.mobile",
# "eve",
- "festival",
"meta",
- 'mezzanine_agenda',
+ "mezzanine_agenda",
+ "festival",
+ "institute",
]
# Add Migration Module path see : https://github.com/stephenmcd/mezzanine/blob/master/docs/model-customization.rst#field-injection-caveats