django-webapplication
There are 5 repositories under django-webapplication topic.
smahesh29/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.
deliciafernandes/Connect
A Django Blog web app, 'Connect'. Pagination and profiling involved.
enesgokdemir/Django-WebApp
This is a web-app created using Python, Django. This project is made by me for simple django operations.
emhash/Versity-Class-Management-System
A full-stack project for versity student and the Class Representative. This management system will help student to manage their daily announcements , upcoming exams , assignments notice and so on. As a result this student will be easily aware of their daily or weekly activities.
kilbha/django-login-required
In this project, You can learn about login_required option in django web framework. In many websites, to go to particular section in website, You must login. login_required option will make it happen without writing lot of code. Follow the instructions in homepage of the project and understand what is happening with login_required option in django.