Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1506722720-practice
Commits
f0da274c
Commit
f0da274c
authored
Dec 20, 2019
by
Dwi Nanda Susanto
Browse files
Merge branch 'hotfix_import_views_login_logout' into 'master'
fix import See merge request
!15
parents
9179558f
440cd8f4
Pipeline
#27283
failed with stages
in 6 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
accounts/urls.py
View file @
f0da274c
from
django.conf.urls
import
url
from
accounts
import
views
from
django.contrib.auth
.views
import
logout
from
django.contrib.auth
import
logout
,
login
urlpatterns
=
[
url
(
r
'^send_login_email$'
,
views
.
send_login_email
,
name
=
'send_login_email'
),
...
...
superlists/settings.py
View file @
f0da274c
...
...
@@ -39,7 +39,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles'
,
'lists'
,
'accounts'
,
'
behave_django
'
,
'
features
'
,
]
AUTH_USER_MODEL
=
'accounts.User'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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