Skip to content

Commit 4c83a80

Browse files
committed
Fixes doccano#309 read settings properly
1 parent 8d66e69 commit 4c83a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/authentification/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from django.views.generic import TemplateView
1010
from django.shortcuts import redirect
1111

12-
from app import settings
12+
from django.conf import settings
1313

1414

1515
class SignupView(TemplateView):

0 commit comments

Comments
 (0)