#17432: url(r'^admin/', include('admin.site.urls')),
-------------------------------+--------------------
     Reporter:  info@…         |      Owner:  nobody
         Type:  Bug            |     Status:  new
    Component:  contrib.admin  |    Version:  1.3
     Severity:  Normal         |   Keywords:  admin
 Triage Stage:  Unreviewed     |  Has patch:  1
Easy pickings:  1              |      UI/UX:  0
-------------------------------+--------------------
 hello dear Developers.

 i found a bug.

 i'm using ubuntu 11.10 ubuntu and installded django this way


 {{{
 wget http://www.djangoproject.com/download/1.3.1/tarball/
 }}}



 {{{
 tar xzvf Django-1.3.1.tar.gz

 }}}


 {{{
 cd Django-1.3.1
 }}}



 {{{
 python setup.py install
 }}}



 but when i tried to activate the admin i found an error.

 the line

 {{{

 url(r'^admin/', include('admin.site.urls')), <---- default
 }}}


 have to look like

 {{{

 url(r'^admin/', include(admin.site.urls)),
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17432>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to