Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / Changelog @ b29a81b1

History | View | Annotate | Download (980 Bytes)

# Date Author Comment
e17a08fe 05/02/2012 04:17 pm Kostas Papadimitriou

Update subprojects documentation

include Changelog chapter in main document for cyclades-app and
webproject

55bb3258 05/02/2012 03:32 pm Kostas Papadimitriou

Update webproject Changelog

a90834fb 03/30/2012 05:05 pm Kostas Papadimitriou

Update snf-webproject Changelog

e953fca5 03/15/2012 01:21 pm Kostas Papadimitriou

Updated webproject Changelog

dde1dd17 03/08/2012 01:43 pm Kostas Papadimitriou

Updated webproject changelog

d60dc9d4 02/23/2012 03:13 pm Kostas Papadimitriou

Logging config and entry_points in snf-webproject

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.

55b1e11f 02/15/2012 02:16 pm Kostas Papadimitriou

Move link_static management command in webproject

88506db0 02/14/2012 07:20 pm Kostas Papadimitriou

Updated changelogs for snf-common and snf-webproject

2483793d 02/14/2012 06:16 pm Kostas Papadimitriou

Updated snf-webproject changelog

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)...