Skip to content

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