/simple-file-upload

Django file uploads

Primary LanguagePythonMIT LicenseMIT

Simple File Upload with Django

Running Locally

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