Skip to content

Commit

Permalink
add wagtail-surveyjs to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace-Amondi committed Jun 12, 2023
1 parent d419019 commit 8c7bf3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
Binary file modified nmhs_cms/settings/__pycache__/base.cpython-39.pyc
Binary file not shown.
13 changes: 0 additions & 13 deletions nmhs_cms/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,19 +372,6 @@
ORDERING_FIELD = 'position'
WAGTAILDOCS_DOCUMENT_MODEL = 'core.CustomDocumentModel'

# ZOOM Settings
# ZOOM_JWT_API_KEY = env.str('ZOOM_JWT_API_KEY', default='')
# ZOOM_JWT_API_SECRET = env.str('ZOOM_JWT_API_SECRET', default='')

# Youtube settings
# YOUTUBE_API_KEY = env.str('YOUTUBE_API_KEY', default='')

# # Upload permissions for files
# FILE_UPLOAD_PERMISSIONS = 0o666
# # Upload permissions for files
# FILE_UPLOAD_DIRECTORY_PERMISSIONS = 0o666


# AUTH STUFF
LOGIN_URL = '/login/'
LOGIN_REDIRECT_URL = '/'
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ django-bootstrap5==21.3
django-bulma==0.8.3
django-celery-results==2.4.0
django-cogwheels==0.3
django-cors-headers==4.0.0
django-cron==0.6.0
django-deep-translator==1.4.0
django-environ==0.9.0
Expand Down Expand Up @@ -65,6 +66,7 @@ wagtail-mailchimp-integration==0.0.3
wagtail-mautic-integration==0.0.1
wagtail-icon-chooser>=0.0.1
wagtail-seo==2.3.0
wagtail-surveyjs==0.0.1
wagtail-zoom-integration==0.0.2
wagtailgeowidget==7.0.0
wagtailleafletwidget==1.0.3
Expand Down

0 comments on commit 8c7bf3d

Please sign in to comment.