Change import order to avoid conflict
This commit is contained in:
@@ -4,12 +4,12 @@ from django.utils.translation import ugettext_lazy as _
|
|||||||
from django.utils.translation import ugettext
|
from django.utils.translation import ugettext
|
||||||
from django.contrib.auth.models import User, Group
|
from django.contrib.auth.models import User, Group
|
||||||
|
|
||||||
from permissions.models import Role
|
|
||||||
from documents.models import DocumentType, DocumentTypeFilename, Document
|
|
||||||
from metadata.models import MetadataType, MetadataSet
|
|
||||||
from document_indexing.models import Index, IndexTemplateNode
|
|
||||||
from sources.models import WebForm, StagingFolder
|
from sources.models import WebForm, StagingFolder
|
||||||
from history.models import History
|
from history.models import History
|
||||||
|
from permissions.models import Role
|
||||||
|
from metadata.models import MetadataType, MetadataSet
|
||||||
|
from documents.models import DocumentType, DocumentTypeFilename, Document
|
||||||
|
from document_indexing.models import Index, IndexTemplateNode
|
||||||
from taggit.models import Tag
|
from taggit.models import Tag
|
||||||
from tags.models import TagProperties
|
from tags.models import TagProperties
|
||||||
from folders.models import Folder
|
from folders.models import Folder
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ INSTALLED_APPS = (
|
|||||||
'workflows',
|
'workflows',
|
||||||
'checkouts',
|
'checkouts',
|
||||||
'rest_api',
|
'rest_api',
|
||||||
#'bootstrap',
|
'bootstrap',
|
||||||
'statistics',
|
'statistics',
|
||||||
|
|
||||||
# Has to be last so the other apps can register it's signals
|
# Has to be last so the other apps can register it's signals
|
||||||
|
|||||||
Reference in New Issue
Block a user