Creating a Simple Blog After installing mySQL as your database, install the Python library for interfacing with the DB (I use Easy Install) and then create the database . Set your Django project to work with your mySQL database. This command simply adds new fields and does not alter existing ones in the database.
Read moreWhat are Django models?
A model is the single, definitive source of information about your data . It contains the essential fields and behaviors of the data you’re storing. Generally, each model maps to a single database table. The basics: Each model is a Python class that subclasses django.
Read moreHow do I create a Django blog?
Build a Blog Using Django, Vue, and GraphQL
Read moreWhat is blog project Django?
Django Blog Application Project: The objective of the project is to implement a blog web-based application where the users will post useful and informative blogs . Basic knowledge of the front-end part and a good knowledge of Django is required to complete and understand the project.
Read more