Skip to content

chrisbruno/simple-file-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.8%
  • HTML 15.2%