Skip to content

Commit

Permalink
Some Django 3.2 fixes for the example projcts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomturner committed Apr 6, 2021
1 parent ddeb5ba commit 656e96d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,4 @@

DEFAULT_FILE_STORAGE = "django_tenants.files.storage.TenantFileSystemStorage"
MULTITENANT_RELATIVE_MEDIA_ROOT = "uploaded_files"
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,4 @@

DEFAULT_FILE_STORAGE = "django_tenants.files.storage.TenantFileSystemStorage"
MULTITENANT_RELATIVE_MEDIA_ROOT = "uploaded_files"
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
1 change: 1 addition & 0 deletions examples/tenant_tutorial/tenant_tutorial/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,4 @@

DEFAULT_FILE_STORAGE = "django_tenants.files.storage.TenantFileSystemStorage"
MULTITENANT_RELATIVE_MEDIA_ROOT = "uploaded_files"
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django==3.1.6
Django==3.2
psycopg2>=2.7,<3.0
gunicorn==20.0.4

0 comments on commit 656e96d

Please sign in to comment.