Django manage.py Unknown command: 'syncdb'

syncdb command is deprecated in django 1.7. Use the python manage.py migrate instead.


You have to use python manage.py migrate instead rather than python manage.py syncdb