Added more options for admin to change
authorGeorgios Atheridis <georgios@atheridis.org>
Mon, 23 Jan 2023 10:16:08 +0000 (10:16 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Mon, 23 Jan 2023 10:16:08 +0000 (10:16 +0000)
commit526e3c4eefd9ab83e34737a57fb800d2d08cec60
tree40c598655b9a939d9f333c8864ab985a786f4b93
parent78a687c0b6b6b0599ae7a35cf301c4a1c09ce480
Added more options for admin to change

Admin can choose different amount of ranks for every ranking timeline.
Ranking timelines are now appended to the database, allowing for a
ranking timeline history.
Message is now sent under the form when sending a clip, rather than
going to a new page.
Staff now has admin access, not just super user.
core/manager/migrations/0012_resetdata_ranks.py [new file with mode: 0644]
core/manager/models.py
core/manager/request_clip.py
core/manager/templates/manager/clip_viewer.html
core/manager/templates/manager/final.html
core/manager/templates/manager/index.html
core/manager/views.py
core/static/main.css
core/templates/base.html