dracidoupe / graveyard

Open Source reimplementation of https://www.dracidoupe.cz/
https://nove.dracidoupe.cz/
MIT License
6 stars 4 forks source link

Create custom commands for create(super)user #398

Open Almad opened 2 years ago

Almad commented 2 years ago

Since #399, we are now assuming UserProfile for Django Users.

Make a command that explicitly creates them when creating a new user (as opposed to implicitly in the models which is causing problems).