Django classified ads
Project description
Simple Django Classified Advertising App
Features
- Item groups, categories and areas (for ex. Cities ot Locations)
- 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
- Django >=1.11
Design
Demo project
Demo project with user registration (via Email/Facebook) available here.
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 requestsDCF_DISPLAY_EMPTY_GROUPS- Display groups without items in the groups list
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.8.4.tar.gz
(320.9 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.8.4.tar.gz.
File metadata
- Download URL: django-classified-0.8.4.tar.gz
- Upload date:
- Size: 320.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53852de418e05ed3ad2964eecb9faf5daeebfff028907595786805ac16f58677
|
|
| MD5 |
05f785f2aad104027ec3017fc3d45a52
|
|
| BLAKE2b-256 |
c1caf484f592256439a5198f9c7590d626017a93e8c4271b811404036ce28e35
|
File details
Details for the file django_classified-0.8.4-py3-none-any.whl.
File metadata
- Download URL: django_classified-0.8.4-py3-none-any.whl
- Upload date:
- Size: 345.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d118db44879778f19682b8c09ae1e32ef76d71ee1713c9b02c7efe8f54d8c6ca
|
|
| MD5 |
d010c6934448dbcbf9a526cdb954e6a7
|
|
| BLAKE2b-256 |
14385c9c537d39819a0baaef06f3f73b96287d59b43e64a4d6918413825c6c82
|