Pārlūkot izejas kodu

Allow bulk removing games in debug mode

Colin Powell 3 gadi atpakaļ
vecāks
revīzija
4833ad583b
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      emus/settings.py

+ 4 - 0
emus/settings.py

@@ -206,3 +206,7 @@ LOGGING = {
         "emus": {"handlers": ["console", "file"], "propagate": True},
     },
 }
+
+if DEBUG:
+    # We clear out a db with lots of games all the time in dev
+    DATA_UPLOAD_MAX_NUMBER_FIELDS = 3000