Sam pinkmanmanystrategy1.hashnode.dev·Jul 2, 2024Deploying Django Applications: From Development to ProductionYour Django application is humming along in development, a testament to your coding prowess. Users are raving about its features in your local testing environment, but the real test lies ahead: deploying it to production. This crucial step takes your...Django
mamuro oyiboluawhoremamuro.hashnode.dev·Jun 30, 2024Integrating One-time Password In Django Rest FrameworkINTRODUCTION One-Time Password or One-Time Pin (OTP) is a security feature used to provide an extra layer of security for authenticating a user. A one-time password (OTP) as the name implies is a password that is used to validate one login session. T...6 likes·98 readsDjango
Nischal lamichhaneblog.django-tutorial.dev·Jun 30, 2024Bridging the Gap: Integrating Arduino with Django for IoT ApplicationsIntroduction The Internet of Things (IoT) is revolutionizing how we interact with the physical world, enabling everyday objects to connect and communicate through the internet. Combining Arduino, a popular microcontroller platform, with Django, a rob...11 likes·132 readsdjango master
Deven devendraadhikari.com.np·Jun 9, 2024Optimization in DjangoOptimizing a Django application is crucial for ensuring that it runs efficiently, especially under heavy load or with large datasets. There are various aspects of a Django application you can optimize, including database interactions, middleware, sta...103 readsDjango
ANSAR SHAIKansarshaik965.hashnode.dev·May 25, 2024Creating an E-commerce Website with Django: A Step-by-Step GuideDjango is a powerful and flexible web framework that simplifies the process of building web applications. In this guide, we will walk you through the process of creating a basic e-commerce website using Django, focusing on adding products with images...712 readsDjango
Hitesh Choudharychaicode.com·May 10, 2024Getting Started with DjangoWhat is Django? Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wh...Chai aur DjangoDjango
Nischal lamichhaneblog.django-tutorial.dev·Apr 30, 2024Handling Multiple Databases in DjangoIn the world of web development, managing data efficiently is paramount. Django, a high-level Python web framework, offers robust support for handling databases. However, as applications grow in complexity, the need to work with multiple databases ma...10 likes·191 readsmultiple database
Nischal lamichhaneblog.django-tutorial.dev·Apr 21, 2024The Great Showdown: HTML vs. DjangoWelcome, dear readers, to the ultimate showdown between two titans of the web development world: HTML and Django. In one corner, we have HTML, the veteran markup language that's been shaping the web since the dawn of the internet. In the other corner...184 readshtml vs django
Nischal lamichhaneblog.django-tutorial.dev·Apr 12, 2024A Guide to Handling CORS in Django API SecurityIn today's interconnected web environment, building secure APIs is paramount for safeguarding data and ensuring smooth communication between servers and clients. Cross-Origin Resource Sharing (CORS) is a crucial aspect of API security, particularly i...120 readscors policy
Nischal lamichhaneblog.django-tutorial.dev·Apr 2, 2024Django Signals: Surface OverviewIn the dynamic world of web development, Django stands out as a powerful framework for crafting robust and scalable web applications. Among its many features, Django Signals emerge as a hidden gem, offering developers a mechanism to decouple various ...12 likes·92 readsDjango