Rendering generic views with django-crispy-forms [22 of 24] | Django for Beginners

preview_player
Показать описание
Generic views are a great way to quickly get started with managing data in Django, but what about formatting and styling? In this video we will explore how to apply the django-crispy-forms module to your Django project to render pages with styling.

Useful Links:
Рекомендации по теме
Комментарии
Автор

You need to add ‘crispy_forms’ to your installed apps list in your settings.py file before this will work

damilolasotomi