Thanks to visit codestin.com
Credit goes to github.com

Skip to content

edgartaor/dcf

 
 

Repository files navigation

Django Classified App

Build Status

Features

  • User registration
  • via social networks (Facebook as example)
  • Item groups and categories
  • Image
  • 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

Requirements

Design

Credits:

Installation

Install + activate virtual environment

pip install -r requirements/base.txt
python ./manage.py makemigrations dcf
python ./manage.py migrate
python ./manage.py createsuperuser
python ./manage.py runserver

Visit Admin Page and create some Sections/Group

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

Demo sites

About

Django Classified

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.5%
  • HTML 33.4%
  • CSS 9.1%