Skip to content

Commit

Permalink
* set DATA_UPLOAD_MAX_MEMORY_SIZE = None closes #216
Browse files Browse the repository at this point in the history
* bumped django version;set
  • Loading branch information
csae8092 committed Mar 19, 2024
1 parent 5381aa9 commit c0119cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions djangobaseproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
STATIC_URL = "/static/"
MEDIA_ROOT = os.path.join(BASE_DIR, "media/")
MEDIA_URL = "/media/"
DATA_UPLOAD_MAX_MEMORY_SIZE = None

ARCHE_SETTINGS = {
"project_name": ROOT_URLCONF.split(".")[0],
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ acdh-django-browsing==1.3
acdh-django-netvis==3.1.0
acdh-django-vocabs==1.0.0
crispy-bootstrap4
Django>=4.1
Django==4.2.11
django-ckeditor==6.2.0
django-cors-headers==3.7.0
django-extensions==3.1.0
django-floppyforms==1.9.0
django-next-prev==1.1.0
djangorestframework==3.14.0
djangorestframework-gis>=1,<2
django-spaghetti-and-meatballs==0.4.2
django-story-map==0.6.2
Expand Down

0 comments on commit c0119cc

Please sign in to comment.