disable useless/outdated apps (queue, solis, mako)

If needed, they can be enabled through config.py.
This commit is contained in:
Thomas NOËL 2014-10-02 10:30:10 +02:00
parent a2c0a0ac88
commit 553f7387a4
2 changed files with 6 additions and 20 deletions

View File

@ -78,11 +78,11 @@ INSTALLED_APPS = (
'passerelle.repost',
'passerelle.messages',
'passerelle.register',
'passerelle.queue',
#'passerelle.queue',
'clicrdv',
'gdc',
'solis',
'makorepost',
#'solis',
#'makorepost',
'choosit',
'oxyd',
'ovh',
@ -93,15 +93,3 @@ INSTALLED_APPS = (
LOGIN_REDIRECT_URL = 'homepage'
CLICRDV_SERVER = None
CLICRDV_API_KEY = None
CLICRDV_API_USERNAME = None
CLICRDV_API_PASSWORD = None
# where to find templates for makorepost objects
MAKO_TEMPLATES_DIRS = (
os.path.join(PACKAGE_PATH, 'apps', 'makorepost', 'templates.mako'),
os.path.join(PACKAGE_PATH, 'apps', 'solis', 'templates.mako'),
)
MAKO_TEMPLATES_MODULES = None # store generated Mako module files in this directory (optional)

View File

@ -2,10 +2,8 @@ django >= 1.6, < 1.7
south >= 0.8, < 0.9
django-jsonresponse >= 0.10, < 0.11
django-model-utils
jsonfield
requests
-e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo
SOAPpy
phpserialize
mako
requests
sqlalchemy
jsonfield
-e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo