Hi all, i recently tried to open my admin page and it won't let me open it keeps saying
Caught an exception while rendering: Tried create_user in module applications.views. Error was: 'module' object has no attribute 'create_user' but i don't have a my create_user code anymore, i deleted it because i didn't need it, then it is giving out about the base.html page saying there is an error in that and i haven't modified the admin base.html page at all. here is the error on LINE 30 20 <!-- Header --> 21 <div id="header"> 22 <div id="branding"> 23 {% block branding %}{% endblock %} 24 </div> 25 {% if user.is_authenticated and user.is_staff %} 26 <div id="user-tools"> 27 {% trans 'Welcome,' %} 28 <strong>{% firstof user.first_name user.username %}</ strong>. 29 {% block userlinks %} 30 {% url django-admindocs-docroot as docsroot %} ######error here 31 {% if docsroot %} 32 <a href="{{ docsroot }}">{% trans 'Documentation' %}</a> / 33 {% endif %} 34 {% url admin:password_change as password_change_url %} 35 {% if password_change_url %} 36 <a href="{{ password_change_url }}"> 37 {% else %} 38 <a href="{{ root_path }}password_change/"> 39 {% endif %} 40 {% trans 'Change password' %}</a> / if anyone could help me i would be very grateful, thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.