You do not give a lot of information about exactly where you are trying to start synchronization? Locally? Or on Geroku? My answer suggests that it is local.
Basically, you need to have virtualenv install and pip. Working in your virtual virtual (with activated), you need to do
pip install dj-database-url
Then you need to do:
pip freeze > requirements.txt
Getting started and switching to Python + Django + Heroku is not a very difficult task ... but there are many steps. If you are fuzzy, I recommend the Heroku Django tutorial.
David s
source share