Django-WebApp

This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.

MIT License

Stars
451
Committers
1

Django-WebApp

This project was done by me as a assignment for an internship.

The Secret_Key required for the execution and debugging of project is not removed from the project code. So you can use the project as your college mini-project or by using the project code you can build your own project.

python django_web_app/manage.py makemigrations

python django_web_app/manage.py migrate

python django_web_app/manage.py runserver

In your web browser enter the address : http://localhost:8000 or http://127.0.0.1:8000/

Working:

Screenshots :

Badges
Extracted from project README's
Watch the video
Related Projects