I18N zapnuta
This commit is contained in:
		
							parent
							
								
									58301b8b44
								
							
						
					
					
						commit
						93bc61607c
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -25,7 +25,7 @@ APPEND_SLASH = False | ||||||
| 
 | 
 | ||||||
| LANGUAGE_CODE = 'cs' | LANGUAGE_CODE = 'cs' | ||||||
| TIME_ZONE = 'Europe/Prague' | TIME_ZONE = 'Europe/Prague' | ||||||
| USE_I18N = False | USE_I18N = True | ||||||
| USE_L10N = True | USE_L10N = True | ||||||
| USE_TZ = True | USE_TZ = True | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -5,7 +5,7 @@ from django.contrib import admin | ||||||
| from django.conf import settings | from django.conf import settings | ||||||
| from django.views.generic.base import TemplateView | from django.views.generic.base import TemplateView | ||||||
| 
 | 
 | ||||||
| urlpatterns = i18n_patterns('', | urlpatterns = patterns('', | ||||||
| 
 | 
 | ||||||
|     # Admin a nastroje |     # Admin a nastroje | ||||||
|     url(r'^admin/', include(admin.site.urls)),  # NOQA |     url(r'^admin/', include(admin.site.urls)),  # NOQA | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Bc. Petr Pecha
						Bc. Petr Pecha