All Projects → slyapustin → django-classified-demo

slyapustin / django-classified-demo

Licence: MIT license
Django Classified Demo

Programming Languages

python
139335 projects - #7 most used programming language

Django Classified Demo website

Django-classified demo project with user authorization via Facebook or Email.

Demo web site

You can check demo project running here: django-classified.herokuapp.com.

Deploy to Heroku (this is free)

Deploy

Customization

  • Note: python ./manage.py setup_project command will load initial data to populate app Sections, Groups and Areas based on craigslist.org website structure.

Run locally

Create .env file with your local settings (use .env.example as an example).

  • Create Virtual Environment and install requirements via pip install -r requirements.txt.
  • Create initial database schema python ./manage.py migrate
  • Start local development server python ./manage.py runserver
  • Visit http://127.0.0.1:8000/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].