WORKDIR /srv/lib/teleforma
RUN pip install -r requirements.txt
-#COPY requirements-dev.txt /srv
-#RUN pip install -r requirements-dev.txt --src /srv/lib
+COPY requirements-dev.txt /srv
+RUN pip install -r requirements-dev.txt --src /srv/lib
WORKDIR /srv/app
'django.contrib.admin',
'telemeta',
'jsonrpc',
- 'south',
+ #'south',
'teleforma',
'sorl.thumbnail',
'django_extensions',
'pagination',
'postman',
# 'private_files',
- 'markup_mixin',
+ #'markup_mixin',
'notes',
# 'jquery',
'timezones',
'jqchat',
# 'follow',
- 'googletools',
+ # 'googletools',
'telecaster',
)
TELEFORMA_PERIOD_TWEETER = True
JQCHAT_DISPLAY_COUNT = 50
-JQCHAT_DISPLAY_TIME = 48
\ No newline at end of file
+JQCHAT_DISPLAY_TIME = 48
--e git+https://github.com/Parisson/django_quiz.git#egg=django_quiz-0.5.1
--e git+https://github.com/Parisson/TeleForma.git@tc202#egg=teleforma
+-e git+https://github.com/Parisson/django_quiz.git#egg=django_quiz-0.6.0
+-e git+https://github.com/Parisson/telecaster-client.git#egg=telecaster_client-0.8
django-timezones==0.2
django-jqchat
django-registration==0.8
-django-extra-views==0.10.0
+django-extra-views==0.11.0
django-simple-captcha
django-suit
django-nvd3
markdown<2.5
django-tinymce==1.5.4
deefuzzer
+-e .