First time here? Check out the FAQ!
1

Does askbot have administrator account

Does askbot have administrator interface - so that you can add or remove users, edit the content of the questions, remove the questions , add tabs etc.

where is the list of features of the askbot administrator account

viisik's avatar
161
viisik
asked 2011-02-17 13:47:54 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Yes, please run python manage.py add_admin <user_id>. In the manual there is a list of other available management commands.

The moderators can be added via the usual interface, but admins cannot yet. Normally you need one or two admins - so did not build that feature into the ui - if it is important - will do.

It is on the todo list to make the first user the admin automatically.

Evgeny's avatar
13.2k
Evgeny
updated 2011-02-17 13:52:37 -0500, answered 2011-02-17 13:50:15 -0500
edit flag offensive 0 remove flag delete link

Comments

What does the 'ADMINS' option in settings.py actually do?

drpoovilleorg's avatar drpoovilleorg (2011-12-19 03:38:25 -0500) edit

And MANAGERS

drpoovilleorg's avatar drpoovilleorg (2011-12-19 03:39:07 -0500) edit
add a comment see more comments