Django-classified demo project with user authorization via Facebook or Email.
You can check demo project running here: django-classified.herokuapp.com.
- Note:
python ./manage.py setup_projectcommand will load initial data to populate app Sections, Groups and Areas based on craigslist.org website structure.
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/