Skip to content

This is a Django framework web application that uploads file such as documents, videos, songs, pictures locally. This is done by the admin after login into the system.

License

Notifications You must be signed in to change notification settings

AsciencioAlex/simple-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple File Upload Example

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

Running Locally

pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

About

This is a Django framework web application that uploads file such as documents, videos, songs, pictures locally. This is done by the admin after login into the system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published