-
-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to create categories and new accounts. #133
Comments
You can create a superuser account the regular Django way (CLI command) and then add new users from the Django's admin panel. Categories can be created from the Spirit's admin panel. I don't think I'll ever add instruction for anything, at least not for things that can be explored in the admin panel. Maybe some of the admin stuff could also be done from the user UI |
There is this bootstrap widget that lets you add or select withing the same widget. |
How do I access this? |
|
Sorry.. I missed the "Show Menu" dropdown. May be it should start out open. |
Would be good to add instructions on the example on how to create new accounts (by seen the stdout and getting the activation link).
Also how to create a new category.
The text was updated successfully, but these errors were encountered: