]> git.parisson.com Git - teleforma.git/commitdiff
Add correct apps to settings / requirements
authorYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 16 Dec 2021 15:36:50 +0000 (16:36 +0100)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 16 Dec 2021 15:36:50 +0000 (16:36 +0100)
app/settings.py
requirements.txt

index 0a34e1a47113494fc8bb0e4394a9f5a57be3c310..5f7092e525baf09f52d0f16a7c279c3ff2adb519 100644 (file)
@@ -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
index 0259f328e9f10498a2d5f4356add0de5377facc1..31728b4b03cc3c637df0c6734a3600b32c6539c2 100644 (file)
@@ -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