I have just installed my Django project on a new system, and installed Django 1.4. However when I try to run manage.py runserver or manage.py syncdb I
manage.py runserver
manage.py syncdb
You don't have correct DATABASES in your settings. There should be a database named 'default'
settings
'default'