Daniel Quinn 855ee64097 It works!
2015-12-20 19:23:33 +00:00

6 lines
93 B
Python

from django.apps import AppConfig
class DocumentsConfig(AppConfig):
name = 'documents'