nitely / Spirit

Spirit is a modern Python based forum built on top of Django framework
http://spirit.readthedocs.io
MIT License
1.16k stars 334 forks source link

How to create categories and new accounts. #133

Open Jzarecta opened 8 years ago

Jzarecta commented 8 years ago

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.

nitely commented 8 years ago

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 instead of the admin. Like adding a plus sign next to categories or stuff like that. I'll probably re-do the UI so it'll have to wait but I'll try to implement it by then.

Jzarecta commented 8 years ago

There is this bootstrap widget that lets you add or select withing the same widget. http://www.marcorpsa.com/ee/t1161.html Maybe an admin user group could have this widget enabled by default.

sureshvv commented 1 year ago

Categories can be created from the Spirit's admin panel.

How do I access this?

nitely commented 1 year ago

st/admin/category/create

sureshvv commented 1 year ago

Sorry.. I missed the "Show Menu" dropdown. May be it should start out open.