How to create a blog website using django

preview_player
Показать описание
how to create a blog using Django with python, in this video I have described a complete blog (content-management-system) project. the content management system is nothing but a dynamic website that you can create with Django.

this video is divided into two parts: At starting we have discussed all front end, user interface parts and I have shown you the working of each and every part
and At last, we have discussed the coding part in the coding part we have covered class-based view and I have also mentioned function-based view.

in this project, we have two apps inside the project: the first one Account and the second one Blog. Account app contains all authentication-related part and blog app contain all post related functionality.

here you can find the source code and project requirements below:-

Project requirement :- Django==2.2.10
django-ckeditor==5.9.0
django-crispy-forms==1.9.0
django-js-asset==1.2.2
django-tinymce==3.0.1
Pillow==7.1.1
pytz==2019.3
sqlparse==0.3.1
Рекомендации по теме
Комментарии
Автор

Where is the source code or github link sir thanks

abdifatahwebdeveloper