Each user can upload image to the system. The images from different users where be separated.
3 lines
90 B
Python
3 lines
90 B
Python
SECRET_KEY = "fdsafasd"
|
|
UPLOAD_FOLDER = "image_pool"
|
|
MAX_CONTENT_LENGTH = 16 * 1024 * 1024 |