Writing Your First Blog App In Django-Part 1

Initial Setup for Django In this tutorial we are going to build our first django app.We will assume that you have already django installed in your computer.To verify whether django is installed or not,you can type following command in your command prompt: python -m django – -version If django is installed, you should see the …

Writing Your First Blog App In Django-Part 1 Read More »