Skip to main content

Django Classified

Project description

Django Classified

Features

  • Item groups, categories and areas (for ex. Cities ot Locations)
  • Image
  • Search ability
  • SEO optimization
    • SEO-friendly urls
    • generating META description and meta keywords
    • sitemap.xml
    • robots.txt
    • RSS feed
    • Google Analytics integration
    • Open Graph protocol support
    • Support for non-Latin characters in URLs (Arabic, Cyrillic, etc.)
  • Caching
  • Translation

Requirements

  • Python >=3.9
  • Django >=4.2, <5.2

Design

Demo project

Demo project with user registration (via Email/Facebook) available here.

Installation

  • Install app pip install django-classified
  • Add django_classified to the INSTALLED_APPS:
INSTALLED_APPS = [
    # Default Django applications
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.messages',
    'django.contrib.sessions',
    'django.contrib.staticfiles',

     # Required by Django Classified
    'django.contrib.sites',
    'django.contrib.humanize',
    'django.contrib.sitemaps',

     # External applications required by Django Classified
    'bootstrapform',
    'sorl.thumbnail',
    'django_filters',

    # Django Classified
    'django_classified',
]
  • Add SITE_ID to settings.py file:
SITE_ID = 1
  • Import include in addition to path and add path('', include('django_classified.urls', namespace='django_classified')), to the project urls.py file:
from django.urls import path, include

urlpatterns = [
    path('', include('django_classified.urls', namespace='django_classified')),
]
  • Add 'django_classified.context_processors.common_values' to the settings TEMPLATES context_processors list:
TEMPLATES[0]['OPTIONS']['context_processors'].append('django_classified.context_processors.common_values')

Customization:

You can provide additional customization in settings.py

  • DCF_SITE_NAME - Site title
  • DCF_SITE_DESCRIPTION - Site description
  • DCF_ITEM_PER_USER_LIMIT - Max Items allowed per user
  • DCF_SITEMAP_LIMIT - Sitemap items limit
  • DCF_RSS_LIMIT - RSS feed items limit
  • DCF_RELATED_LIMIT - Number of related items displayed
  • DCF_ITEM_PER_PAGE - Number of items per page
  • DCF_LOGIN_TO_CONTACT - Hide contact information for unauthorized requests
  • DCF_DISPLAY_EMPTY_GROUPS - Display groups without items in the groups list
  • DCF_CURRENCY - Site currency (default: 'USD')

Current Version

The current version is 1.1.2 (March 2025).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_classified-1.1.2.tar.gz (328.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_classified-1.1.2-py3-none-any.whl (357.6 kB view details)

Uploaded Python 3

File details

Details for the file django_classified-1.1.2.tar.gz.

File metadata

  • Download URL: django_classified-1.1.2.tar.gz
  • Upload date:
  • Size: 328.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for django_classified-1.1.2.tar.gz
Algorithm Hash digest
SHA256 5551001e480898c82491fbcb56c3a23bde7d7d21e9f916179c85d1d43e814e45
MD5 4472a0403065992fc6d0ed6dc7d82963
BLAKE2b-256 1d7acfffdd92edb67fcb195cf7c1ec0e323fa9494a56a150c44b706d64cac58b

See more details on using hashes here.

File details

Details for the file django_classified-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_classified-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 aff79155d6205094b0a310df0e231f31f5cc6b3b8f67d2478b7c66c25261f947
MD5 f5175d3c098e062e4e429ff250be0cdb
BLAKE2b-256 de2c15db6b96dcfbec0618f59f35a5b90417c358c3215a4fc086251452fd52da

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page