Django: TemplateSyntaxError: Could not parse the remainder
问题 I am getting this issue when I type localhost:8000/admin/ . `TemplateSyntaxError: Could not parse the remainder: ':password_change' from 'admin:password_change'. The syntax of 'url' changed in Django 1.5, see the docs. Here's part of my settings.py : INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'grappelli', 'filebrowser', # Uncomment the next line to enable