How to Create a Fancy Range-Slider Filter in Django
Get your hands dirty with django-filters and django-crispy-forms
Apr 7, 202111 min read194

Search for a command to run...
Articles tagged with #django
Get your hands dirty with django-filters and django-crispy-forms

In this tutorial, you are going to learn how to create a dashboard for Oscar’s e-commerce framework. This tutorial starts where the first part ended. Creating a Django-Oscar dashboard app to manage boutiques Let’s create a new app called dashboard in...

In this tutorial, you are going to learn how to create a new Django app and integrate it into Oscar e-commerce framework. Particularly, we will create a new sample Django app called boutique and integrate it to Oscar's default front and dashboard. Ge...
