interrogator / buzzword

Web app for corpus/computational linguistics
MIT License
2 stars 3 forks source link

Admin page #15

Closed interrogator closed 4 years ago

interrogator commented 4 years ago

We should probably have a nice admin dashboard to allow admins to manage users.

https://flask-admin.readthedocs.io/en/latest/ / https://github.com/flask-admin/flask-admin

https://www.codementor.io/chirilovadrian360/flask-dashboard-argon-learn-flask-by-coding-an-admin-panel-w03jaks12

l0rb commented 4 years ago

it's not gonna be flask, but it will be nice

interrogator commented 4 years ago

Yes note above links are old because app switched to django. django luckily makes this even easier...

l0rb commented 4 years ago

This has been implemented with pull #26 . Admin site is available at /admin and only needs a superuser to be created via manage.py createsuperuser

interrogator commented 4 years ago

This is nice. Todo now is to have an admin section for #41