CentreForDigitalHumanities / lettercraft

Lettercraft & Epistolary Performance in Medieval Europe
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

use custom User model #52

Closed lukavdplas closed 2 months ago

lukavdplas commented 2 months ago

Tiny step for #38 - adds user app and creates a custom User model.

This is ideally something you would do when you create the project, so making this migration on an existing database is a bit more tricky.

It's easier to migrate to this intermediate version now, and then update to a future version that will add more authentication functionality. That's because this version does not actually change the database; we only need the migration history to fit with what Django expects based on the models.

Instructions for migration: