Statistics
| Branch: | Tag: | Revision:

root / snf-common / synnefo / settings / __init__.py @ 07602322

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
3f16a6c7 10/29/2012 06:31 pm Kostas Papadimitriou

Proper exception representation

c24ca4e8 10/11/2012 06:17 pm Vangelis Koukis

Bail out if any settings file is unreadable

Log an error to stderr and die immediately if any settings file
under SYNNEFO_SETTINGS_DIR (/etc/synnefo by default) is unreadable.

Also remove use of braindead Python glob(), which ignores access failure
errors, and fails silenty....

3015903d 01/18/2012 10:47 am Kostas Papadimitriou

Missing import

6740cd3a 01/17/2012 06:36 pm Kostas Papadimitriou

Django related fix

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

7fb619a0 01/09/2012 05:06 pm Kostas Papadimitriou

Added snf-common package

split out of some commonly used code in a seperate package