Detect Empty DB, give option to initialize on first run #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the event of a new installation, on successful database connection but no tables or other data created, provide an option to initialize the database (using
init_db.py
) and create a user, without requiring to unsetSIGNUP_ENABLED
in order to create the sole userdone