Add default_app_config value to each app. Closes issue GL #216.

This commit is contained in:
Roberto Rosario
2015-10-19 02:57:00 -04:00
parent 5167e91c90
commit f9940f1fd0
33 changed files with 141 additions and 32 deletions

View File

@@ -1,3 +1,7 @@
from __future__ import unicode_literals
from .apps import MayanAppConfig # NOQA
from .classes import MissingItem # NOQA
from .menus import * # NOQA
default_app_config = 'common.apps.CommonApp'