You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_user function to it
Publish the new superuser login details (username&password) in the PR
The text was updated successfully, but these errors were encountered:
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:
genearte_super_user
function to itThe text was updated successfully, but these errors were encountered: