|
I have a problem with rosetta. install it using easy_install django-rosetta, then I go to the address of mysite.com / rosetta and there is 404 error Where am I doing wrong? debug mode is set to False, USE_I18N = True, the file settings_local.py code is: if 'rosetta' in settings.INSTALLED_APPS: urlpatterns + = patterns ('', url (r '^ rosetta /', include ('rosetta.urls')), and still not working ... |
|
If you have debug mode enabled, try disabling it. Django toolbar and rosetta are incompatible, so we don't enable rosetta while running in debug mode. debug mode is set to False, USE_I18N = True, the file settings_local.py code is: if 'rosetta' in settings.INSTALLED_APPS: urlpatterns + = patterns ('', url (r '^ rosetta /', include ('rosetta.urls')), and still not working ...
(04 Aug '11, 07:26)
djmedia
|
@djmedia, all meta.osqa.net postings are required to have a clear, specific question in their title field. Please edit the title of this posting right away. Thanks.