Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
djnro
Commits
84078e5c
Commit
84078e5c
authored
Oct 22, 2012
by
Leonidas Poulopoulos
Browse files
Added set lang url in urls.py.dist
parent
4e4485b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
urls.py.dist
View file @
84078e5c
...
...
@@ -6,6 +6,8 @@ admin.autodiscover()
urlpatterns = patterns('',
# Example:
(r'^setlang/?$', 'django.views.i18n.set_language'),
(r'', include('eduroam.edumanage.urls')),
# Uncomment the admin/doc line below to enable admin documentation:
...
...
@@ -22,4 +24,4 @@ if settings.DEBUG:
urlpatterns += patterns('',
(r'^static/(?P<path>.*)', 'django.views.static.serve',\
{'document_root': settings.STATIC_URL}),
)
\ No newline at end of file
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment