Skip to content

Commit

Permalink
revert to django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Aug 13, 2024
1 parent 174eca2 commit ede7ff9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ dependencies:
- postgresql=16
- sphinx
- sphinx_rtd_theme
# - django=4.2
- django=5.1
- django=4.2
- django-cors-headers=4.4
- psycopg=3.2
- gunicorn
Expand Down
6 changes: 4 additions & 2 deletions src/live_data_server/live_data_server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
# Application definition

INSTALLED_APPS = [
# "plots.apps.PlotsConfig",
"plots",
"plots.apps.PlotsConfig",
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
Expand Down Expand Up @@ -137,6 +136,9 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True

# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.9/howto/static-files/
Expand Down

0 comments on commit ede7ff9

Please sign in to comment.