Posts

Showing posts from 2019

Beginner's Guide: Starting a Django Project in Visual Studio Code

Image
Hello Guys, I am back with my next post of the blog series - “ Python Development in Visual Studio Code - Quick Tour ”. This has taken a while as I was busy with Indian festivities. But enough holidays, let’s get back to where we left off. This blog post is entirely based on working with Django in VS Code. Django is the web application development framework for Python. With Django, you can take Web applications from concept to launch in a matter of hours. Django takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. Here, I will be showing the basic steps to start a project in Django from its installation till creating a sample app using VS Code. This post is only about setting up of the basic Django development environment in VS Code and not about learning Django. For learning Django in details, please follow the Django Official documentation . Let’s get started: Prerequisi