IMP: Editierfunktion für Gruppen ergänzt
This commit is contained in:
parent
24c1de1666
commit
81c17c1b30
|
|
@ -39,8 +39,8 @@ from datetime import datetime
|
|||
import logging
|
||||
|
||||
# Konfiguration
|
||||
DEFAULT_BACKEND_URL = "https://deinprojekt.lan.hobbyhimmel.de/api"
|
||||
#DEFAULT_BACKEND_URL = "http://localhost/api"
|
||||
#DEFAULT_BACKEND_URL = "https://deinprojekt.lan.hobbyhimmel.de/api"
|
||||
DEFAULT_BACKEND_URL = "http://localhost/api"
|
||||
SUPPORTED_FORMATS = {'.jpg', '.jpeg', '.png', '.gif', '.bmp', '.webp', '.tiff', '.tif'}
|
||||
MAX_FILE_SIZE = 10 * 1024 * 1024 # 10MB
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user