cosmetic changes
This commit is contained in:
parent
154a3a5c69
commit
75e0ec06f9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from ..shortcuts import render_to_json_response, json_response
|
|||
from ...utils import json
|
||||
|
||||
def autodiscover():
|
||||
#register api actions from all installed apps
|
||||
# Register api actions from all installed apps
|
||||
from django.utils.importlib import import_module
|
||||
from django.utils.module_loading import module_has_submodule
|
||||
for app in settings.INSTALLED_APPS:
|
||||
|
|
Loading…
Reference in a new issue