Creating Environment Variables in Your Django Project
A technical guide on how to secure your Django project’s sensitive information with python-Dotenv
Jul 13, 20233 min read47

Search for a command to run...
Articles tagged with #django
A technical guide on how to secure your Django project’s sensitive information with python-Dotenv

Learn how to connect a MySQL database to your Django project seamlessly

1. Understanding Full-stack development Welcome to the full-stack development with Django learning series. This topic aims to help the reader understand what it actually means to be a full-stack developer. First, let's discuss the role of a full-stac...

Introduction As a developer, securing your APIs is crucial for web development. Django Rest Framework (DRF) offers robust features to ensure the protection of your APIs. In this comprehensive guide, we will explore the key aspect of API security in D...
