This book is an exploration of Django, a Python framework for web development. It begins by exploring the Admin interface for Django. You will learn how to use this to read data from a model and then provide a quick interface. To use the Django admin interface, there are some steps that you have to go through, which have been explored in ...