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

@@ -0,0 +1,3 @@
from __future__ import unicode_literals
default_app_config = 'document_comments.apps.DocumentCommentsApp'