This application is follow up of tutorials. Application scrap a Craigslist.org website and present it with great view of django template engine. The application deplyed on heroku.
- django
- requests
- bs4 or Beautifulsoup
- materializecss
- Clone the repo
- Install requirements
pip install requirements.txt
orpipenv install
- Run migrations
./manage.py makemigations
and./manage.py migrate
./manage.py runserver
app should be up and running
pip install -r requirements.txt
python manage.py makemigations
python manage.py migrate
python manage.py runserver