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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
viisik's avatar
161
viisik
asked 14 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago, answered 14 years ago
link

Comments

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

drpoovilleorg's avatar drpoovilleorg (13 years ago)

And MANAGERS

drpoovilleorg's avatar drpoovilleorg (13 years ago)
see more comments