Skip to content
Snippets Groups Projects
Forked from adega / adega
311 commits behind the upstream repository.
user avatar
Bruno Meyer authored
fe4049b6
History

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