Skip to content

Commit

Permalink
Updated settings and Pipfiles for integrated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuastegmaier committed Apr 17, 2024
1 parent 7cac688 commit e0b4208
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 58 deletions.
4 changes: 0 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ requests = "*"
Django = "~=4.2"
bagit = "*"
django-registration = "*"
django-prometheus-metrics = "*"
django-simple-captcha = "*"
django-tinymce = "*"
elasticsearch = "<7.14.0"
Expand All @@ -25,12 +24,9 @@ markdown = ">=3.0.1"
"django-bootstrap4" = "*"
django-robots = "*"
setuptools-scm = "*"
django-bittersweet = "*"
django-ratelimit = ">=4"
django-tabular-export = "*"
pylibmc = "*"
django-celery-beat = "*"
django-passwords = "*"
kombu = "<6.0,>=5.0.0"
django-flags = "*"
sentry-sdk = "*"
Expand Down
58 changes: 6 additions & 52 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions concordia/settings_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,20 @@
# Replaces "django.contrib.staticfiles",
"concordia.apps.ConcordiaStaticFilesConfig",
"bootstrap4",
"bittersweet",
"bittersweet.apps.BittersweetAppConfig",
"maintenance_mode",
"concordia.apps.ConcordiaAppConfig",
"exporter",
"importer",
"captcha",
"django_prometheus_metrics",
"django_prometheus_metrics.apps.DjangoPrometheusConfig",
"robots",
"django_celery_beat",
"flags",
"channels",
"django_admin_multiple_choice_list_filter",
"tinymce",
"passwords.apps.PasswordsAppConfig",
]

MIDDLEWARE = [
Expand Down

0 comments on commit e0b4208

Please sign in to comment.