De-slugify

This commit is contained in:
Matthew Ryan Dillon 2016-06-15 15:52:18 -07:00
parent 65bc5c16d4
commit 19d97cc79c
16 changed files with 0 additions and 70 deletions

View file

@ -214,9 +214,6 @@ AUTH_USER_MODEL = 'users.User'
LOGIN_REDIRECT_URL = 'users:redirect'
LOGIN_URL = 'account_login'
# SLUGLIFIER
AUTOSLUG_SLUGIFY_FUNCTION = 'slugify.slugify'
# Location of root django.contrib.admin URL, use {% url 'admin:index' %}
ADMIN_URL = r'^admin/'