Django

How to install Django Web Framework on Windows

How to install Django Web Framework on Windows

In this article you will learn how to to install Django Web Framework on Windows. Django is an extremely popular web framework written in python.

How to create a Django project from scratch step by step guide

How to create a Django project from scratch step by step guide

In this article you will learn how to how to create a Django project step by step. In django every web app you want to create is called a project.

How to Create an App in Django - Step by Step Guide

How to Create an App in Django - Step by Step Guide

In this article you will learn how to create a django app in django project. To create an app we use manage.py command.

Django superuser fixture error - no such table: auth_user

Django superuser fixture error - no such table: auth_user

In this article you will learn how to resolve django superuser fixture error no such table (auth_user).

Django manage.py Unknown command: 'syncdb'

Django manage.py Unknown command: 'syncdb'

In this article you will learn how to resolve Unknown command: 'syncdb' in django. Remeber django has removed python manage.py syncdb command. If you are still getting this error than follow this article.