Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / synnefo / webproject @ 9f41ab1e

Name Size
  management
  middleware
  settings
  static
  templates
__init__.py 0 Bytes
context_processors.py 2.3 kB
i18n.py 2.3 kB
manage.py 12.1 kB
models.py 234 Bytes
urls.py 4.8 kB

Latest revisions

# Date Author Comment
7c354a92 11/29/2013 12:44 pm Christos Stavrakakis

webproject: Move patching of hidden settings

Remove patching of 'django.views.debug.HIDDEN_SETTINGS' from 'cleanse'
middleware that is going to be totally removed. Instead, patch them in
'models.py' of webproject.

901b106f 11/28/2013 05:52 pm Christos Stavrakakis

webproject: Propagate 'django.request' logger

ddfb6278 11/28/2013 05:49 pm Christos Stavrakakis

webproject: Add 'admin_mails' logging handler

Add 'admin_mails' handler to default logging configuration and use it
for 'django.request' logger, which is used to log all 5xx responses
and unhandled exceptions.

662413bb 11/28/2013 03:30 pm Christos Stavrakakis

webproject: Do not disable existing loggers

Change default settings for logging, to not disable existing loggers by
default. This was already done for the API, but not for 'snf-manage'.
Also, the example conf file were not updated.

096f8090 10/30/2013 03:39 pm Kostas Papadimitriou

webproject: Do not require django.contrib.admin by default

a0abbade 10/01/2013 06:56 pm Christos Stavrakakis

wheezy: Remove setup_environ

From Django docs:
"""
This function temporarily modified sys.path in order to make the parent
“project” directory importable under the old flat startproject layout.
This function is now deprecated, as its path workarounds are no longer...

0a70d2c5 10/01/2013 06:16 pm Christos Stavrakakis

Merge branch 'hotfix-0.14.8' into develop

Merge hotfix-0.14.8 which ports Synnefo to wheezy and Django 1.4.5

Conflicts:
ci/ci_squeeze.conf
ci/ci_wheezy.conf
ci/schemas/one_node_squeeze/packages.conf
ci/schemas/one_node_squeeze/squeeze.conf
ci/schemas/one_node_squeeze/wheezy.conf...

27724645 09/27/2013 04:50 pm Christos Stavrakakis

Revert "wheezy: Remove setup_environ"

This reverts commit a813a25117f3db14d5517f630d6d0e163a58b0f8. This
commit is reverted because it breaks compatibility with Django 1.2. This
should be applied for Synnefo 0.15.

a813a251 09/27/2013 03:22 pm Christos Stavrakakis

wheezy: Remove setup_environ

From Django docs:
"""
This function temporarily modified sys.path in order to make the parent
“project” directory importable under the old flat startproject layout.
This function is now deprecated, as its path workarounds are no longer...

1d956eea 09/24/2013 05:16 pm Ilias Tsitsimpis

wheezy: Djangos manage has completely changed

We have to review our code that used to manage synnefo
since Djangos management modules have changed.

For now, commenting out two lines seems to do the trick.

View revisions

Also available in: Atom