Installation instructionsΒΆ
Install via pip / pypi:
$ pip install thecut-authorship
Add to your project’s
INSTALLED_APPSsetting:INSTALLED_APPS = [ # ... 'thecut.authorship' # ... ]
Sync your project’s migrations:
$ python manage.py migrate authorship