Skip to content

slyapustin/django-classified-demo

Repository files navigation

Django Classified Demo website

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

Deploy to DigitalOcean

Click the button below to deploy the Django Classified Demo app to DigitalOcean:

Deploy to DO

Use username admin and password admin to login to the admin panel.

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
  • Collect static files python ./manage.py collectstatic
  • Start local development server python ./manage.py runserver
  • Visit http://127.0.0.1:8000/