We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f280a commit 33adcbcCopy full SHA for 33adcbc
content/pages/07-web-development/03-django.markdown
@@ -261,10 +261,6 @@ to handle these files properly.
261
* [Loading Django FileField and ImageFields from the file system](http://www.revsys.com/blog/2014/dec/03/loading-django-files-from-code/)
262
shows how to load a model field with a file from the file system.
263
264
-* [Restricting access to user-uploaded files in Django](http://blog.wearefarm.com/2015/02/09/contact-form-uploads/)
265
- provides a protection mechanism for media files.
266
-
267
268
269
## Open source Django example projects
270
* [Browser calls with Django and Twilio](https://www.twilio.com/docs/howto/walkthrough/browser-calls/python/django)
0 commit comments