2 lines
90 B
Python
2 lines
90 B
Python
ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'}
|
|
MAX_FILE_SIZE = 5 * 1024 * 1024 # 5 MB |