RichiUfo / simple-file-upload

Example created for the blog post "How to Upload Files With Django"

Home Page:https://simpleisbetterthancomplex.com/tutorial/2016/08/01/how-to-upload-files-with-django.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple File Upload Example

Example used in the blog post How to Upload Files With Django

Running Locally

git clone https://github.com/sibtc/simple-file-upload.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

About

Example created for the blog post "How to Upload Files With Django"

https://simpleisbetterthancomplex.com/tutorial/2016/08/01/how-to-upload-files-with-django.html

License:MIT License


Languages

Language:Python 84.8%Language:HTML 15.2%