Python Django Tutorial - Writing Model for the Website's Blog

Опубликовано: 15 Сентябрь 2022
на канале: Joseph Kariuki
122
6

In this video tutorial, we start on the blog logic and as a first step, we develop the Blog model for our website application.

Previous video:    • Python Django Tutorial -  User Authen...  
Django tutorial playlist:    • Python Django Tutorial  

====================

⭐️ Video Contents⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:00:53) Installing django-CKEditor third-party library
⌨️ (0:03:33) Creating the blog model
⌨️ (0:14:10) Creating the blog category model
⌨️ (0:20:06) Creating new migrations for model
⌨️ (0:21:50) Applying changes to DB via migrate

====================

Django models: https://docs.djangoproject.com/en/4.1...
Django settings: https://docs.djangoproject.com/en/4.1...
Django reverse URL utility: https://docs.djangoproject.com/en/4.1...
Django migrations: https://docs.djangoproject.com/en/4.1...
django-CKEditor documentation: https://django-ckeditor.readthedocs.io
django-CKEditor on PyPI: https://pypi.org/project/django-ckedi...
Python uuid module: https://docs.python.org/3/library/uui...

====================

The code used in this series can be found at:
https://github.com/jkaris/my-demo-web...

====================

Reach me through:
My Website - https://josephkariuki.com/
Twitter -   / jkariscodes  
Instagram -   / codekaraoke  

#python #django #database #sql #foreignkey #ckeditor #backend