Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / synnefo / webproject / urls.py @ 10157d43

History | View | Annotate | Download (3.8 kB)

# Date Author Comment
6f284708 07/16/2012 07:48 pm Kostas Papadimitriou

Fix default cyclades ui UI_MEDIA_URL setting

bfbdb021 03/12/2012 06:42 pm Kostas Papadimitriou

Improve webproject static files serve views

62a0fc36 02/21/2012 02:46 pm Kostas Papadimitriou

Serve MEDIA_ROOT path from MEDIA_URL url

b3ae4dd1 02/15/2012 05:18 pm Kostas Papadimitriou

Serve static files view from django project

- Disabled if DEBUG is set to False
- Configurable using WEBPROJECT_SERVE_STATIC
- To avoid the need of each synnefo django application to add new url
entries for serving its own static files.

0aecdbd8 02/14/2012 06:14 pm Kostas Papadimitriou

Moved set_language view in webproject

since the url that changes the user session language was moved in webproject
as an app wide url, the view that gets bind to the url should exist also
in webproject.

2ce0636e 01/12/2012 03:06 pm Kostas Papadimitriou

Initial commit for snf-webproject

- new package snf-webproject
- moved basic django related settings in snf-webproject
- added new entry point utils to ease the extension mechanism of
snf-webproject (urlpatterns, middleware, static_files, installed_apps)...