Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
chris
repanier
Commits
f4bc1466
Commit
f4bc1466
authored
Jun 27, 2017
by
chris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repanier/auth_backend: fix imports
parent
0994ccdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
repanier/auth_backend.py
repanier/auth_backend.py
+2
-2
No files found.
repanier/auth_backend.py
View file @
f4bc1466
...
...
@@ -8,8 +8,8 @@ from django.db.models import F, Q
from
django.utils
import
translation
from
django.utils.translation
import
ugettext_lazy
as
_
from
const
import
DECIMAL_ZERO
,
DECIMAL_ONE
,
DECIMAL_THREE
from
models
import
Customer
,
Staff
,
Configuration
from
repanier.
const
import
DECIMAL_ZERO
,
DECIMAL_ONE
,
DECIMAL_THREE
from
repanier.
models
import
Customer
,
Staff
,
Configuration
class
RepanierCustomBackend
(
ModelBackend
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment