INCF / biostar-central

DEPRECATED, please go to upstream on
http://github.com/ialbert/biostar-central
Other
4 stars 4 forks source link

Admin & moderating abilities #16

Closed flinz closed 10 years ago

flinz commented 10 years ago
brainstorm commented 10 years ago

I'm sure @ialbert has some system to moderate (delete/edit) posts as an admin, but I have not found an easy way to do so except going through the django shell (even if I'm in ADMINS in settings.py, I don't see a web-based way to, for instance, moderate posts easily)... the djangoadmin interface in the /admin url route does not provide moderation abilities either :/

I'm suspicious about something being broken at the user model level since I migrated to Django 1.6... (related to issue #1)...

Also, I recall having the status in http://neurostars.org/about/ as "Site Manager" with my avatar and all, but it is all gone now.

Any pointers, Istvan?

Slightly Off-Topic: @satra We are at the Jülich codejam where we are working with @flinz on several fixes and backporting the much requested email notification feature from biostar2 to biostar1 while biostar2 rewrite is going on.

ialbert commented 10 years ago

users with moderator rights, they have full access to edit, close and/or delete a post.

all you need is to promote a user to have moderator rights, you can do that in the django admin (UserProfile class has that field)

brainstorm commented 10 years ago

Thanks Istvan!

The Django admin interface is totally garbled in production, I guess it has to do with the static content again (collectstatic). I'll fix that in a moment...