Skip to content

Add auditlog for User. #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

haniffm
Copy link

@haniffm haniffm commented Mar 26, 2019

Don't merge this just yet...we need to decide if we want to use this
plugin.

clone this repo: https://github.com/haniffm/django-auditlog
then:

cd ESSArch_Core
pip intsall -e ../django-auditlog

Don't merge this just yet...we need to decide if we want to use this
plugin.

clone this repo: https://github.com/haniffm/django-auditlog
then:

`cd ESSArch_Core`
`pip intsall -e ../django-auditlog`

Add following lines to ESSArch_Tools_Producer/ESSArch_TP/config/settings.py:
INSTALLED_APPS = [
    ...
    'auditlog',
]
MIDDLEWARE = [
    ...
    'auditlog.middleware.AuditlogMiddleware',
]

No need to have auditlog in INSTALLED_APPS in Core
@haniffm haniffm force-pushed the feature/use_auditlogger_plugin_to_log_changes_to_models branch from 88b7e62 to 366691e Compare March 26, 2019 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant