Skip to content

Commit 79723aa

Browse files
committed
Add comment on file upload urls
1 parent 0712c2d commit 79723aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

styleguide_example/files/urls.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
FileDirectUploadLocalApi,
99
)
1010

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.
1114

1215
urlpatterns = [
1316
path(

0 commit comments

Comments
 (0)