Django classified ads
Project description
Simple Django Classified Advertising App
Features
- 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 with user registration (via Email/Facebook) 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 titleDCF_SITE_DESCRIPTION- Site descriptionDCF_ITEM_PER_USER_LIMIT- Max Items allowed per userDCF_SITEMAP_LIMIT- Sitemap items limitDCF_RSS_LIMIT- RSS feed items limitDCF_RELATED_LIMIT- Number of related items displayedDCF_ITEM_PER_PAGE- Number of items per pageDCF_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.4.tar.gz
(354.1 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.4.tar.gz.
File metadata
- Download URL: django-classified-0.7.4.tar.gz
- Upload date:
- Size: 354.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94a355679036036df9ac6f4d16fa4d0e1ab0136519f0217850f0f7bff91bc7c6
|
|
| MD5 |
1e333cde7d25ecc38722a1688728e2ec
|
|
| BLAKE2b-256 |
7e8582504432d7ce468976fea63ba1b60b8a89fda93105af710cdde4c1514362
|
File details
Details for the file django_classified-0.7.4-py3-none-any.whl.
File metadata
- Download URL: django_classified-0.7.4-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac2f57672b7ff922901b23eb657788db696568f8ab4d664e09be671e571855bc
|
|
| MD5 |
0a8732075b6a24538df88665f765caa7
|
|
| BLAKE2b-256 |
b18af608f20789f72041e66fad5dda1604ef1ccf32951eb10f3a72023ed1c133
|