[Answer]-Can't start Django 1.7.1 development server

1👍

Apparently it was related to migrations and “CircularDependencyError”.

After deleting the database , and the migration folders and running manage.py migrate
I was finally able to runserver

0👍

Trying creating a new project

django-admin.py startproject mysite

If it works then there’s problem with the current project you’re trying to run. (You’ll need to give us more information for us to help)

Leave a comment