created-by

Django middleware to add user 'created_by' fk


Keywords
django field, python
License
Unlicense
Install
pip install created-by==2019.4.13

Documentation

Travis

Installation

$ [sudo] pip install created_by

Config

MIDDLEWARE = [
    ...
    'created_by.middleware.CreatedByMiddleware',
    ...
]

readme-generator