Changes between Initial Version and Version 1 of Ticket #24360


Ignore:
Timestamp:
Feb 17, 2015, 4:08:33 PM (9 years ago)
Author:
mishust
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24360 – Description

    initial v1  
    11Steps to reproduce:
    221. include in MIDDLEWARE_CLASSES
    3     'django.middleware.locale.LocaleMiddleware',
     3'django.middleware.locale.LocaleMiddleware',
    442. Make error in code (for example addind 'f' symbol)
    55
    66urlpatterns = patterns('',
    77f
    8     url(r'^admin/', include(admin.site.urls)),
     8url(r'^admin/', include(admin.site.urls)),
    993. Open root page http://mysite/
    1010
Back to Top