Skip to content

rehbarkhan/Django-File-uploading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Uploading using Django

This project demonstrate how to upload and show the image file using django freamework

How to run the project in local system
  1. Install Python3 in the local system
    • For Windows: Change to project directory then type command bin\activate ,it will activate the virtual enviornment
    • For Mac/Linux: Change to project directory then type command source bin/activate , it will activate the virtual enviornment
  2. cd to website
  3. run the code python3 manage.py runserver
  4. Project will be running on server http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages