Tag: Django

Django

How to Filter a Django Query with a List of Values?

How can I Filter a Django Query with a List of Values? Django-filter multiple values. Filter Objects to exclude id which is in a List.

Django

How to Customize Django Admin Dashboard Site Panel?

How to customize Django admin dashboard panel? How to add field from another Model? How to add field from another Model?

Django

How to Sort Django QuerySet in Ascending and Descending Order?

Simple steps to sort Django queryset in ascending and descending order by date and id. Django order by multiple fields.

Django

How to Render Django Form Layout Manually using Widget Tweaks?

[Complete tutorial] How to render Django form layout using Widget Tweaks? Explained with Django-widget-tweaks example.

Bootstrap

How to Display Messages after Form Submit in Django and Bootstrap?

Simple steps to display messages after form submit in Django and Bootstrap? Show success and error message on submission.

Django

[FREE] How to Deploy Django on PythonAnywhere | FREE Hosting

[FREE] How to deploy django on pythonanywhere? Upload and host your Django project from GitHub to make it online.

Django

How to Add Model to Django Admin Site [Step-by-step]

How to add model to django admin site? Step-by-step procedure to create custom form model and add it in admin.py.

Django

[Step-by-Step] Create a Django SignUp Registration Form with Database

How to create Django SignUp Registration Form with database? Add extended fields to Django model, form and view. Example explained.

Django

Add CSS and Static Files in Django | Is Your CSS Not Loading?

How to add CSS and static files like images, JavaScript in Django HTML template? Is your Django CSS not loading?