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.
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.
In this article you will learn how to create a django app in django project. To create an app we use manage.py command.
In this article you will learn how to resolve django superuser fixture error no such table (auth_user).
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.