This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
django-allauth-ens
Watch
6
Star
0
Fork
You've already forked django-allauth-ens
0
Code
Issues
5
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
evarin/normalize
django-allauth-ens
/
allauth_ens
/
urls.py
4 lines
95 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Minor changes Introduce new settings: - ACCOUNT_HOME_URL, used by 'Site name' link on templates. - ACCOUNT_DETAILS_URL, used on templates when user is connected. 'username' is registered as extra_data too for Clipper provider. Template tag 'get_accounts_by_providers' is cleaner. Remove useless account/settings view. Its content should be displayed by some profile view. SOCIALACCOUNT_ENABLED settings (of allauth package) doesn't work well. Template tag 'is_socialaccount_enabled' provides a better check.
2017-09-16 02:33:40 +02:00
from
allauth
.
urls
import
urlpatterns
as
allauth_urlpatterns
Initial package (WIP)
2017-08-03 12:40:52 +02:00
Minor changes Introduce new settings: - ACCOUNT_HOME_URL, used by 'Site name' link on templates. - ACCOUNT_DETAILS_URL, used on templates when user is connected. 'username' is registered as extra_data too for Clipper provider. Template tag 'get_accounts_by_providers' is cleaner. Remove useless account/settings view. Its content should be displayed by some profile view. SOCIALACCOUNT_ENABLED settings (of allauth package) doesn't work well. Template tag 'is_socialaccount_enabled' provides a better check.
2017-09-16 02:33:40 +02:00
urlpatterns
=
allauth_urlpatterns
Reference in a new issue
Copy permalink