Settings

thecut.authorship.settings.AUTH_USER_MODEL = 'auth.User'

The user model that thecut.authorship.utils.get_website_user() will query against. Defaults to settings.AUTH_USER_MODEL.

thecut.authorship.settings.WEBSITE_USER = {u'username': u'website'}

A dictionary that thecut.authorship.utils.get_website_user() will pass to get_or_create() in order to return the generic website user.