Тёмный

Create a blog using Django Prose | Open Source with LOGIC 

LOGIC
Подписаться 263
Просмотров 1,2 тыс.
50% 1

In this video ‪@ParisKasidiaris‬ will showcase how you can use Django Prose, our open source Python library, to build a blog with rich-text editing capabilities in Django.
Django Prose is a Python library that enhances your Django project with wonderful rich text content editing capabilities with clarity, robustness and security in mind.
About Django Prose
GitHub repository: github.com/wit...
PyPI: pypi.org/proje...
About LOGIC
Learn more at withlogic.co
Work with LOGIC on your next Python project, by reaching out to hey@withlogic.co.

Опубликовано:

 

6 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@onnot701
@onnot701 Год назад
great
@pariskasidiaris5151
@pariskasidiaris5151 Год назад
Thank you!
@firstfiverugby
@firstfiverugby 4 месяца назад
how do you add this to an existing project? For example, when I add say to my events model, I already had pre-existing data, so I need a default="", what can I provide for the default value? I get DB issues.
@withlogicco
@withlogicco Месяц назад
Great question. There are two ways to approach this, according to the use case: - Smaller text: Use the RichTextField provided with default='', as you pointed out - Bigger text: Use a separate model based on Document, with a foreign key and either make it nullable, or create a data migration using RunPython that create the required records before hand (we would pick the latter).
Далее
КОТЯТА НАУЧИЛИСЬ ГОВОРИТЬ#cat
00:13
API Testing Using Postman | Crash Course
3:27:51
Просмотров 98 тыс.
Simple Code, High Performance
2:50:14
Просмотров 253 тыс.