Initial changes to support the new Django 1.6 project structure
This commit is contained in:
7
mayan/apps/bootstrap/admin.py
Normal file
7
mayan/apps/bootstrap/admin.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from django.contrib import admin
|
||||
|
||||
from .models import BootstrapSetup
|
||||
|
||||
admin.site.register(BootstrapSetup)
|
||||
Reference in New Issue
Block a user