moneropro/app/charts
Kumi 7ada7f9d26
Some checks are pending
Docker / build (push) Waiting to run
refactor(auth): use is_superuser check for admin actions
Replaced specific username checks for "Administrator" with `is_superuser`
attribute to determine admin access. This improves security and flexibility
by leveraging Django's built-in permissions and roles system, facilitating
maintenance and potential role adjustments without code changes.
2024-11-12 08:32:48 +01:00
..
templates/charts organize files to use with Docker 2024-11-11 23:58:39 +01:00
admin.py feat(admin): register Coin model in admin site 2024-11-12 08:15:19 +01:00
apps.py organize files to use with Docker 2024-11-11 23:58:39 +01:00
asynchronous.py fix spacing and typos 2024-11-12 01:19:52 +01:00
forms.py organize files to use with Docker 2024-11-11 23:58:39 +01:00
models.py organize files to use with Docker 2024-11-11 23:58:39 +01:00
synchronous.py organize files to use with Docker 2024-11-11 23:58:39 +01:00
urls.py organize files to use with Docker 2024-11-11 23:58:39 +01:00
views.py refactor(auth): use is_superuser check for admin actions 2024-11-12 08:32:48 +01:00