Move all settings files from <app>/conf/settings.py to <app>/settings.py
This commit is contained in:
@@ -18,9 +18,9 @@ from django.views.generic.list import ListView
|
||||
|
||||
from permissions.models import Permission
|
||||
|
||||
from .conf.settings import LOGIN_METHOD
|
||||
from .forms import (ChoiceForm, UserForm, UserForm_view, LicenseForm,
|
||||
EmailAuthenticationForm)
|
||||
from .settings import LOGIN_METHOD
|
||||
|
||||
|
||||
def multi_object_action_view(request):
|
||||
|
||||
Reference in New Issue
Block a user