We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0712c2d commit 79723aaCopy full SHA for 79723aa
styleguide_example/files/urls.py
@@ -8,6 +8,9 @@
8
FileDirectUploadLocalApi,
9
)
10
11
+# Depending on your case, you might want to exclude certain urls, based on the values of
12
+# FILE_UPLOAD_STRATEGY and FILE_UPLOAD_STORAGE
13
+# For the sake fo simplicity and to serve as an example project, we are including everything here.
14
15
urlpatterns = [
16
path(
0 commit comments