Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / synnefo / webproject @ bfbdb021

# Date Author Comment
bfbdb021 03/12/2012 06:42 pm Kostas Papadimitriou

Improve webproject static files serve views

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

Updated webproject changelog

8e176bdf 02/23/2012 04:58 pm Kostas Papadimitriou

snf-webproject fixes

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

Logging config and entry_points in snf-webproject

1b9af82c 02/23/2012 12:42 pm Kostas Papadimitriou

Default configuration changes

- cached_db as default session backend
- removed default SITE_ID setting (not required by all synnefo
components)

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.

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

Move link_static management command in webproject

426d375b 02/14/2012 06:52 pm Kostas Papadimitriou

Add default 404 and 500 templates in webproject

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.

6f1fcf10 02/14/2012 02:05 pm Kostas Papadimitriou

New entry point for TEMPLATE_CONTEXT_PROCESSORS

b332dfee 01/27/2012 04:34 pm Kostas Papadimitriou

Change DEBUG setting to False

1c9a0076 01/23/2012 04:37 pm Kostas Papadimitriou

Moved default database settings in webproject

eeda4702 01/19/2012 12:23 pm Kostas Papadimitriou

Moved database default config in snf-app

18c15348 01/18/2012 06:03 pm Kostas Papadimitriou

Fix management commands imports for namespace packages

7df4ecdc 01/16/2012 02:05 pm Kostas Papadimitriou

Added snf-app entry points for static files

18a544f5 01/16/2012 01:56 pm Kostas Papadimitriou

Management utility fix

Handle command discovery of namespaced application modules.

07d104d8 01/13/2012 02:11 pm Kostas Papadimitriou

Improved packaging

- Improved automatic version tagging from git repo.
- Added auto generated synnefo.<package>.version module to contain each
package version.

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