Browse Source

allow more post fields

subDesTagesMitExtraKaese 2 years ago
parent
commit
2b2d8617b3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      project/settings.py

+ 3 - 1
project/settings.py

@@ -149,4 +149,6 @@ STATIC_ROOT = '../static'
 
 DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
 
-MEDIA_ROOT = os.path.join(BASE_DIR, '../data')
+MEDIA_ROOT = os.path.join(BASE_DIR, '../data')
+
+DATA_UPLOAD_MAX_NUMBER_FIELDS = 2 * 4*24*5*7