Initial file uploding w/ new "files" app

This commit is contained in:
Carl van Tonder
2018-04-19 15:52:40 -04:00
parent 7436fa7e2e
commit bb326bfed8
74 changed files with 10617 additions and 101 deletions

3
apps/files/__init__.py Normal file
View File

@ -0,0 +1,3 @@
""" AJAX file uploads
based on https://simpleisbetterthancomplex.com/tutorial/2016/11/22/django-multiple-file-upload-using-ajax.html """