After creating your Django web application, you can start using Database models in Python and Django. There are the main steps to get your models and application working with a Database.
- Create new models for data processing
- Adding your models to the admin interface
- Playing with your models to create, edit, filter and delete information
- Upgrading your models with new attributes and methods
- Integrating data in your application.
In this guide, we continue from the previous post Web Applications using Python and Django.
Continue reading “Using Database models in Python and Django”