Changes between Initial Version and Version 1 of Ticket #24360
- Timestamp:
- Feb 17, 2015, 4:08:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24360 – Description
initial v1 1 1 Steps to reproduce: 2 2 1. include in MIDDLEWARE_CLASSES 3 3 'django.middleware.locale.LocaleMiddleware', 4 4 2. Make error in code (for example addind 'f' symbol) 5 5 6 6 urlpatterns = patterns('', 7 7 f 8 8 url(r'^admin/', include(admin.site.urls)), 9 9 3. Open root page http://mysite/ 10 10