Skip to content
Snippets Groups Projects
Commit 11f7d0a4 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'django-extesions' into 'master'

Add django-extensions

See merge request !486
parents 624a2cdb ecc92cff
No related branches found
No related tags found
1 merge request!486Add django-extensions and ipython
Pipeline #5837 passed with warnings
......@@ -74,6 +74,7 @@ INSTALLED_APPS = [
"django.contrib.sites",
"django.contrib.staticfiles",
"django.contrib.humanize",
"django_extensions",
"guardian",
"rules.apps.AutodiscoverRulesConfig",
"haystack",
......
This diff is collapsed.
......@@ -94,7 +94,9 @@ django-prometheus = "^2.1.0"
importlib-metadata = {version = "^3.0.0", python = "<3.9"}
django-model-utils = "^4.0.0"
bs4 = "^0.0.1"
django-extensions = "^3.1.1"
django-dirtyfields = "^1.5.0"
ipython = "^7.20.0"
[tool.poetry.extras]
ldap = ["django-auth-ldap"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment