mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-13 09:11:25 +00:00
limit for 3 guardian code and article list API optimization
This commit is contained in:
@ -43,7 +43,8 @@ FILE_SIZE = 5 * 1024 * 1024
|
||||
|
||||
# String constant for configurable date for allocation lock period
|
||||
ALLOCATION_LOCK_DATE = 1
|
||||
|
||||
# guardian code status tuple
|
||||
guardian_code_tuple = ('1','3')
|
||||
"""user type"""
|
||||
USER_TYPE = (
|
||||
('1', 'junior'),
|
||||
|
Reference in New Issue
Block a user