From: Yoan Le Clanche Date: Thu, 16 Dec 2021 15:36:50 +0000 (+0100) Subject: Add correct apps to settings / requirements X-Git-Tag: 2.8.1-pro~145 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=130f8167129dd1376469bc240b26a2e1274d547b;p=teleforma.git Add correct apps to settings / requirements --- diff --git a/app/settings.py b/app/settings.py index 0a34e1a4..5f7092e5 100644 --- a/app/settings.py +++ b/app/settings.py @@ -177,28 +177,46 @@ ROOT_URLCONF = 'urls' INSTALLED_APPS = ( + + # 'south', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', + 'django_comments', + "mezzanine.boot", + "mezzanine.conf", + "mezzanine.core", + "mezzanine.generic", + "mezzanine.blog", +# "mezzanine.forms", + "mezzanine.pages", + "mezzanine.galleries", + "mezzanine.twitter", 'teleforma', 'jazzmin', 'django.contrib.admin', - 'channels', - 'teleforma.webclass', - 'teleforma.exam', 'jsonrpc', 'sorl.thumbnail', + # 'django_extensions', 'dj_pagination', 'postman', - 'captcha', - 'django_nvd3', + # 'markup_mixin', + # 'notes', + # 'timezones', + # 'googletools', + # 'jqchat', 'tinymce', - 'pdfannotator', - 'rest_framework', - 'rest_framework.authtoken', + 'pbcart', + # 'telemeta', + # 'telecaster', + # 'forms_builder.forms', + 'quiz', + 'multichoice', + 'true_false', + 'essay', ) @@ -493,6 +511,8 @@ PAYMENT_PARAMETERS = { 'merchant_id' : { 'Semestrielle': "040109417200053", ORAL_OPTION_PRICE = 250 +PACKAGE_NAME_FILEBROWSER = "filebrowser_safe" + if DEBUG_TOOLBAR: def show_toolbar(request): return True diff --git a/requirements.txt b/requirements.txt index 0259f328..31728b4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,27 +1,19 @@ bigbluebutton-api-python==0.0.11 -channels==3.0.3 -channels_redis==3.2.0 docutils==0.17.1 Django==3.2.3 -djangorestframework==3.12.4 -# django-extensions==1.2.1 -# django-timezones==0.2 -# django-registration==3.1.2 +# south dj_pagination==2.5.0 # used by postman django-jazzmin==2.4.7 django-json-rpc==0.7.1 -# django-google-tools==1.1.0 django-nvd3==0.8.2 django-postman==4.2 django-tinymce==3.3.0 -e git+https://git.parisson.com/git/django-unique-session.git@master#egg=django-unique-session django-user-agents==0.4.0 django-recaptcha==2.0.6 +dj_pagination==2.5.0 +-e git+https://github.com/pilot-systems/Django-Quiz.git@master#egg=django-quiz-app jxmlease==1.0.3 -mysqlclient==2.0.3 -numpy==1.20.3 -# django-user-agents==0.3.0 -# html5lib==1.1 requests sorl-thumbnail==12.7.0 unidecode==1.2.0 @@ -29,9 +21,7 @@ weasyprint==52.5 xlrd==2.0.1 xlwt==1.3.0 psycopg2==2.8.6 -redis==3.5.3 uwsgi==2.0.19 -daphne==3.0.2 pymemcache==3.4.4 -django-debug-toolbar==3.2.1 ipython +Mezzanine==5.0.0