Merge branch 'develop' of github.com:evennia/evennia into develop
This commit is contained in:
commit
0a86618fd8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ urlpatterns = [
|
||||||
url(r'^tbi/', website_views.to_be_implemented, name='to_be_implemented'),
|
url(r'^tbi/', website_views.to_be_implemented, name='to_be_implemented'),
|
||||||
|
|
||||||
# User Authentication (makes login/logout url names available)
|
# User Authentication (makes login/logout url names available)
|
||||||
url(r'^authenticate', include('django.contrib.auth.urls')),
|
url(r'^authenticate/', include('django.contrib.auth.urls')),
|
||||||
|
|
||||||
# Django original admin page. Make this URL is always available, whether
|
# Django original admin page. Make this URL is always available, whether
|
||||||
# we've chosen to use Evennia's custom admin or not.
|
# we've chosen to use Evennia's custom admin or not.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue