Skip to content

sachnaror/django_filter

Repository files navigation

Django Product List with Filters

This project demonstrates how to create a product list with filtering functionality using Django and django-filter.

Prerequisites

  • Python 3.12

Installation

  1. Clone the repository:

    git clone https://github.com/sachnaror/django-product-filter.git
    cd django-product-filter
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt
  4. Apply migrations and create a superuser:

    python manage.py makemigrations
    python manage.py migrate
    python manage.py createsuperuser
  5. Run the development server:

    python manage.py runserver

Project Structure

alt text

alt text

alt text

About

Django Product List with Filters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published