Django-classified demo project with user authorization via Facebook or Email.
Click the button below to deploy the Django Classified Demo app to DigitalOcean:
Use username admin
and password admin
to login to the admin panel.
- Note:
python ./manage.py setup_project
command 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
- Collect static files
python ./manage.py collectstatic
- Start local development server
python ./manage.py runserver
- Visit http://127.0.0.1:8000/