Add django-admin-logs app for viewing admin history
This commit is contained in:
parent
030cbe8a92
commit
4ac3fd1806
1
Pipfile
1
Pipfile
@ -7,6 +7,7 @@ name = "pypi"
|
|||||||
django = "~=4.0"
|
django = "~=4.0"
|
||||||
mysqlclient = "~=2.1"
|
mysqlclient = "~=2.1"
|
||||||
django-auth-ldap = "~=4.0"
|
django-auth-ldap = "~=4.0"
|
||||||
|
django-admin-logs = "~=1.0"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
|
10
Pipfile.lock
generated
10
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "64d22e44b33d1417c5433e61f41e79967fa16dfd4f2faa5787724bc0760f5f8c"
|
"sha256": "19857e48b0277129d8fe2499742545bbb58183069d59946c495ede86bc367bea"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
@ -32,6 +32,14 @@
|
|||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==4.0.2"
|
"version": "==4.0.2"
|
||||||
},
|
},
|
||||||
|
"django-admin-logs": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:81753c20d372bc5562fe4a09090418bbb61b308388e851b19192873a472fa3d1",
|
||||||
|
"sha256:aedb5df940d32c10423d65136343bc009727df8a5a49ed0196e65241d823a890"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==1.0.2"
|
||||||
|
},
|
||||||
"django-auth-ldap": {
|
"django-auth-ldap": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:276f79e624ce083ce13f161387f65ff1c0efe83ef8a42f2b9830d43317b15239",
|
"sha256:276f79e624ce083ce13f161387f65ff1c0efe83ef8a42f2b9830d43317b15239",
|
||||||
|
@ -28,6 +28,7 @@ INSTALLED_APPS = [
|
|||||||
'django.contrib.sessions',
|
'django.contrib.sessions',
|
||||||
'django.contrib.messages',
|
'django.contrib.messages',
|
||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
|
'django_admin_logs',
|
||||||
'membershipworks.apps.MembershipworksConfig',
|
'membershipworks.apps.MembershipworksConfig',
|
||||||
'paperwork.apps.PaperworkConfig',
|
'paperwork.apps.PaperworkConfig',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user