Skip to content

entrolEC/wordable

 
 

Repository files navigation

Simple File Upload Example

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

Make Virtualenv

python -m venv myvenv
myvenv/bin/activate

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

wordable website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.1%
  • Jupyter Notebook 13.9%
  • C++ 7.5%
  • CSS 2.7%
  • JavaScript 1.3%
  • HTML 0.9%
  • Other 1.6%