Updated MANIFEST.in
Updated webproject Changelog
Improve webproject static files serve views
Update snf-webproject documentation
Updated webproject changelog
Proper snf-common version spec
New version requirements for snf-webproject
snf-webproject fixes
Logging config and entry_points in snf-webproject
Default configuration changes
- cached_db as default session backend- removed default SITE_ID setting (not required by all synnefo components)
Serve MEDIA_ROOT path from MEDIA_URL url
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.
Move link_static management command in webproject
Updated changelogs for snf-common and snf-webproject
Add default 404 and 500 templates in webproject
Updated snf-webproject changelog
Moved set_language view in webproject
since the url that changes the user session language was moved in webprojectas an app wide url, the view that gets bind to the url should exist alsoin webproject.
New entry point for TEMPLATE_CONTEXT_PROCESSORS
Renamed snf-app to snf-cyclades-app
Updated documentation with new packages names
Change DEBUG setting to False
Some additional documentation
- database initialization with south- additional virtualenv docs- changed pip install package discovery links
Initial split of documentation
- Moved synnefo documentation in docs dir- Added documentation files for each synnefo package seperately- Moved dispatcher, admin logging settings in snf-app
Moved default database settings in webproject
Changed Django version
Removed python comments from COPYRIGHT files
Added COPYRIGHT files for each project
Moved database default config in snf-app
Fix management commands imports for namespace packages
Updated setup.py
- catch synnefo.util import errors- added snf packages dependencies- added dependency_link for snf-* package discovery
Added snf-app entry points for static files
Management utility fix
Handle command discovery of namespaced application modules.
Exclude version modules from repository
Added django as requirement in snf-webproject
Improved packaging
- Improved automatic version tagging from git repo.- Added auto generated synnefo.<package>.version module to contain each package version.
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)...