-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
When destroying the local VM and deleting the db.sqlite3 file we also delete the manually added admin user.
I suggest to add a data migration to the login app that will create a superuser when running up the VM.
An example on how to do so can be seen here Resume users migration.
Steps to follow:
- Create a data migration at the login app
- Add a
genearte_super_userfunction to it - Publish the new superuser login details (username&password) in the PR
Reactions are currently unavailable