Django Lessons

What is Django?

What is Django?

Django, probably the best web framework for python web developers. Use django for any web app you can conceive.

Preparation

Preparation

Before we begin, let's see what IDE (Development Environment) we could use

Setting up Django

Setting up Django

To get started, we need to set up the django framework. Let's get it rolling, by going through the installation process step by step. Installing python, pip, virtualenv, and django both for Windows and Linux users.

Creating A Django Project

Creating A Django Project

In this section, we will first decide a web application we want to build and then finally see how we can get a django project up and running.

Applications in Django

Applications in Django

Applications are used to manage various sections of a django project, ranging from accounts management to real content management.

Creating Our First App

Creating Our First App

For our first application in django, we shall be creating an accounts app to take care of user management

Creating Our Homepage

Creating Our Homepage

Until now we have been working on the backend, it's time to move a little bit to the beautiful side of things by creating our homepage

Making our Homepage Appealing.

Making our Homepage Appealing.

Previously, we created our own homepage, now we want it to be beautiful, at least.

Understanding our Pretty Homepage

Understanding our Pretty Homepage

We finally have a pretty homepage, but we cloned it files, so, let's get to understanding how it was all done. It's not a lot of work so follow please.

Rate This Course