Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / synnefo / webproject / settings / default / apps.py @ ddfb6278

History | View | Annotate | Download (1.1 kB)

# Date Author Comment
2c45745e 05/27/2013 03:14 pm Kostas Papadimitriou

webproject: Default TEMPLATE_DIRS setting typo

missing comma

01e056b7 03/04/2013 08:18 pm Kostas Papadimitriou

Change default TEMPLATE_DIRS setting

Refs #3363

/var/lib/* is commonly used to store application generated data and not
as a place to configure installed software.

For every Synnefo app, the administrator is free to install a modified
copy of a template under /etc/synnefo/templates....

5505e60c 03/30/2012 03:33 pm Kostas Papadimitriou

Update webproject default settings

- Removed settings that change based on entry_point hooks
- Other minor default values improvements

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)

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