Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Ideas in progress

umgelurgel edited this page Sep 6, 2018 · 2 revisions
  • Replacing contrib.auth and AssopyUser (actually assopy.User) with a single custom user model.
    • Some preliminary work done, while simple in theory (should just be creating a new Model pointing to the auth.User table, it's not enough to preserve the django model relationship - all models that have a relationship class with the User model have to be migrated, including ones in third party libraries, e.g. django-cms.
    • Branch in https://github.com/umgelurgel/epcon/tree/custom-user-model
Clone this wiki locally