Build a Blog using Django, Python, and Bootstrap

Опубликовано: 28 Январь 2023
на канале: Legion Script
14,982
259

In this video we will build a blog using Django, Python, and Bootstrap. We will also add a rich text editor in the Django admin page to allow formatting of the blog posts. We will also use some basic mixins to limit permissions on the delete posts page. By the end of this tutorial, you will have created a complete project using Django.

Since the font got small for the terminal commands, here are the commands ran in the video to migrate changes to the database and run the server, please note that you might need to use python instead of python3 depending on how you installed Python:

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

Code For This Project:
https://github.com/legionscript/Djang...

Django:
https://docs.djangoproject.com/en/4.1/

Django Crispy Forms:
https://django-crispy-forms.readthedo...

Django Bootstrap 5 Crispy Forms Template Pack:
https://github.com/django-crispy-form...

Django TinyMCE:
https://django-tinymce.readthedocs.io...

Bootstrap:
https://getbootstrap.com/docs/5.3/get...

Bootswatch:
https://bootswatch.com/

Need an intro to Django?
   • Django Crash Course  

Free Courses on LegionScript.com:
https://www.legionscript.com/