Max clip amount implemented
authorGeorgios Atheridis <georgios@atheridis.org>
Sun, 22 Jan 2023 14:03:45 +0000 (14:03 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Sun, 22 Jan 2023 14:03:45 +0000 (14:03 +0000)
commit9cffc7ea52b2d004afb59d6d12ffa760259bcdfd
treeb48fe3a1df2d5c46a08a1eeb5714b319cb3b6ef1
parent937809ee418e23425ed3c6879adb0a18a9bc6498
Max clip amount implemented
12 files changed:
core/manager/admin.py
core/manager/errors.py [new file with mode: 0644]
core/manager/migrations/0004_alter_clip_id.py [new file with mode: 0644]
core/manager/migrations/0005_myuser_alter_clip_account.py [new file with mode: 0644]
core/manager/migrations/0006_clip_date_added_alter_clip_account_delete_myuser.py [new file with mode: 0644]
core/manager/migrations/0007_resettime.py [new file with mode: 0644]
core/manager/migrations/0008_resettime_clip_amount.py [new file with mode: 0644]
core/manager/migrations/0009_rename_clip_amount_resettime_max_clips.py [new file with mode: 0644]
core/manager/migrations/0010_rename_resettime_resetdata.py [new file with mode: 0644]
core/manager/models.py
core/manager/request_clip.py
core/manager/views.py