Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / synnefo / webproject @ 426d375b

# Date Author Comment
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)...