Django classified ads
Project description
Simple Django Classified Advertising App
Features
- Simple user registration
- Item groups and categories
- Image
- upload multiple images per item
- generating preview (via sorl-thumbnail)
- display using Lightbox JS library
- Search ability
- SEO optimisation
- SEO-friendly urls
- generating META description and meta keywords
- sitemap.xml
- robots.txt
- RSS feed
- Google Analytics integration
- Open Graph protocol support
- Caching
- Translation
- English
- Russian
- French (thanks to Teolemon)
- Turkish (thanks to Mirat Can Bayrak)
- Help translate to other languages at Transifex
Requirements
- Python 2.7, 3.5, 3.6
- Django 1.11, 2.0
Design
Demo project
Demo project available at demo/ folder.
Installation
- Install app
pip install django-classified - Add
django-classifiedto theINSTALLED_APPSlist - Add
url(r'', include('django_classified.urls', namespace='django_classified')),to the projecturls.pyfile. - Add
'django_classified.context_processors.common_values'to thecontext_processorslist
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
Credits
Project details
Release history Release notifications | RSS feed
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-0.7.3.tar.gz
(354.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-classified-0.7.3.tar.gz.
File metadata
- Download URL: django-classified-0.7.3.tar.gz
- Upload date:
- Size: 354.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
417b797b87e67414f5fcd88d4df4ba6e99a8428076dbada2dd8d07d433055c03
|
|
| MD5 |
e89200989b03cc958a6eba0166e7e4a9
|
|
| BLAKE2b-256 |
35abca963ac0898801c8300b08ed1e6e7a8b6cfd88b5b269dd6c14c7151b5426
|
File details
Details for the file django_classified-0.7.3-py3-none-any.whl.
File metadata
- Download URL: django_classified-0.7.3-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eedb680cf718bad85da7d4f24895e5d73080b746173d282f8640c6755414ed74
|
|
| MD5 |
d80f3a1473e187455a1fdef3d489f3f6
|
|
| BLAKE2b-256 |
d4980bda9850e2638e26cff93ab8cdb9c3079a8fa04862ffeeb1f9f26378d94e
|