Tagged in

Django

Python Pandemonium
Python Pandemonium
A place to read and write about all things Python. If you want to become a writer for this publication then let me know.
More information
Followers
12.6K
Elsewhere
More, on Medium

Develop your first web application in Django 1.10 — Part 1

In part 0 I discussed initial installation and configuration. Now it’s time to get into the code. The things I am going to do in this post are:

  • Understanding the concept of Project and Apps in Django…