Skip to content

Commit

Permalink
Merge pull request #856 from uktrade/enable-django-extensions-on-UAT
Browse files Browse the repository at this point in the history
Enable django-extensions and ipython when DEBUG=True
  • Loading branch information
Manos authored Nov 10, 2021
2 parents 107ce59 + 101056b commit 33590e1
Show file tree
Hide file tree
Showing 2 changed files with 553 additions and 381 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ phonenumbers = "~=8.12"
django-log-formatter-ecs = "==0.0.5"
whitenoise = "~=5.0"
django-audit-log-middleware = "*"
django-extensions = "*"
ipython = "*"
importlib-metadata = "==4.8.1" # Not needed for Python3.8+

[requires]
python_version = "3.7"
Loading

0 comments on commit 33590e1

Please sign in to comment.