Take a look at this:
$ pypy ./manage.py syncdb /usr/lib64/pypy-2.4.0/site-packages/django/core/management/commands/syncdb.py:24: RemovedInDjango19Warning: Th
You should use the makemigrations and migrate commands that were introduced in django 1.7
makemigrations
migrate
https://docs.djangoproject.com/en/1.7/topics/migrations/