Statistics
| Branch: | Tag: | Revision:

root / settings.d / 00-apps.conf @ eee0487e

History | View | Annotate | Download (2.1 kB)

# Date Author Comment
eee0487e 10/31/2011 04:06 pm Kostas Papadimitriou

Initial userdata commit

7970aa87 10/11/2011 01:06 pm Kostas Papadimitriou

Reorganize UI static files

- Moved ui/invitations app static files on their own dir
- Reorganized static directories based on asset type (css,js,images)
- Dynamic/configurable static files urls
- Version symlink added
- Other minor static files related changes

3f94a1ae 09/07/2011 05:31 pm Giorgos Verigakis

Initial import of the admin web interface

Refs #849

916c38f4 07/27/2011 04:46 pm Vangelis Koukis

Remove the ganeti Django app completely

Remove any reference to the synnefo.ganeti Django app
from the Django project, update README.upgrade accordingly.

ab95fd93 07/14/2011 04:13 pm Vangelis Koukis

Minor fixes for v0.5.1

9da33f32 07/07/2011 08:24 pm Faidon Liambotis

Remove useless & noisy copyright banners for .conf

Remove 36 lines of noise from all of settings.d configuration files.
Besides being utterly useless and extremely annoying, it's also commonly
incorrect since some of them are derived from Django and they're not...

8fe430e6 06/28/2011 12:27 pm Giorgos Gousios

Add the helpdesk middleware to the chain of middlewares

f920d60e 06/28/2011 11:05 am Giorgos Gousios

Import settings not present in merged branch

1277fb19 06/27/2011 04:40 pm Vangelis Koukis

Split settings.py.dist in distinct conf files

Split settings.py.dist in distinct conf files under settings.d/,
similarly to:

https://code.djangoproject.com/wiki/SplitSettings#UsingalistofconffilesTransifex

Use settings..d/*-local.conf files for local modifications,...