Empty slug input during init crashes manage.py #451
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
manage.py
should not crash but come again to request mandatory input.Current Behavior
When you don't enter anything when prompted for
Slug (e.g. "conforg"):
thenmanage.py
crashes.Steps to Reproduce
Slug (e.g. "conforg"):
simply press return without entering anything.Context
Trying to get a pretalx dev setup running. But most likely to behave identical for the deployment setup.
It's unclear to me what this slug would be used for. Trying it as a path on the instance 404s. (I thought it would be what is to find the orga login screen under
/orga
but it's not.If this is not used yet, maybe don't ask for it?
If it actually is used, make clear to the user that this is mandatory and ask again if no valid input is provided by the user.
Your Environment
The text was updated successfully, but these errors were encountered: