You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comprehensive walkthrough of Django's main features that make it such a powerful website development tool. The codes are inspired from and the notes are created by Mrs. Nirmala Baloorkar, Assistant Professor, KJ Somaiya College of Engineering, SVU, Vidyavihar, Mumbai, 400077.
A production-ready, containerized Django web application demonstrating modern full-stack development practices with RESTful API design, reverse proxy architecture, and comprehensive testing.
SpotNews é uma aplicação web completa utilizando o Django e o Django Rest Framework (DRF). A aplicação permite que usuários cadastrados possam armazenar e categorizar notícias.
Desenvolvida uma aplicação que armazena notícias que podem ser categorizadas por um usuário cadastrado. PYTHON | Model-View-Template | DJANGO | Django Rest Framework
Banking Customer Management System built with Python(Django) managing customers, accounts, transactions, and loans. Implements authentication, CRUD operations, and real-time tracking for savings and checking accounts. Django ORM with UUID primary keys, ModelForms, and templates manage database operations and user interface within MVT architecture.
MegaCart is a Django-based E-Commerce platform supporting multiple user roles (Admin, Seller, Customer). It features product management, secure authentication, cart & checkout, and a modern admin dashboard. Ideal for developers exploring real-world Django projects.