From 03b3cb76eb9d62cde0f292fcdb96c837ff92d48f Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 14 Aug 2024 15:25:30 -0400 Subject: [PATCH] increase DATA_UPLOAD_MAX_NUMBER_FIELDS --- fishauctions/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fishauctions/settings.py b/fishauctions/settings.py index 3f36609..ae2d602 100755 --- a/fishauctions/settings.py +++ b/fishauctions/settings.py @@ -340,7 +340,7 @@ SEND_WELCOME_EMAIL = True # when a user adds an unverified email address to their auction, send an email about the site -DATA_UPLOAD_MAX_NUMBER_FIELDS = 2000 +DATA_UPLOAD_MAX_NUMBER_FIELDS = 20000 # the following words are very common and should not be used when generating recommended lots or assigning categories IGNORE_WORDS = ['albino','red','blue','pair','super','fish','black','breeding','group','fry','female','water','male','trio','green','lot','fin','yellow','gold','large','donation','young','filter','white','fire','blood','and','orange','bag','qty','juvies','starter','adult','hardy','with','small','size','breeders','brown','breeder','pack','two','pink','proven','better','than','more','adults','inch','from','wild','bunch','superb','the','double','reverse','new', 'test']