Statistics
| Branch: | Tag: | Revision:

root / settings.d / 15-queues.conf @ eee0487e

History | View | Annotate | Download (490 Bytes)

# Date Author Comment
7e3b822f 09/01/2011 11:49 am Vangelis Koukis

Make the example settings more generic

bd444a11 07/21/2011 12:07 pm Giorgos Gousios

Move queue declaration to the dispatcher

Move queue declaration and initialization to the dispatcher since the dispatcher is the only consumer of this information.

Refs: #809

960c15e0 07/13/2011 11:37 am Giorgos Gousios

Only receive OP messages for the specific BACKEND_PREFIX

Also a minor correction in the debugging queue output

f31dd9f4 07/11/2011 03:03 pm Vangelis Koukis

Merge branch 'faidon/misc-fixes'

Conflicts:
settings.d/50-invitations.conf

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

32ef827c 07/07/2011 04:08 pm Giorgos Gousios

All queues are now prefixed with BACKEND_PREFIX_ID

8417d1bf 07/05/2011 01:05 pm Giorgos Gousios

Rationalize queue declarations

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