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 detail. The various "model Admin" objects in Django have also been discussed in detail. You will also be shown how to write views in Django, which are good for displaying data to the user. Shortcut functions are useful for collection of classes and helper...
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 h...