mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
fix counter stats page access
This commit is contained in:
19
counter/migrations/0031_alter_counter_options.py
Normal file
19
counter/migrations/0031_alter_counter_options.py
Normal file
@ -0,0 +1,19 @@
|
||||
# Generated by Django 4.2.20 on 2025-04-06 11:29
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("counter", "0030_returnableproduct_returnableproductbalance_and_more")
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name="counter",
|
||||
options={
|
||||
"permissions": [("view_counter_stats", "Can view counter stats")],
|
||||
"verbose_name": "counter",
|
||||
},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user