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)
- [Answer]-How to submit POST request to '"current_url"/submit' in HTML's form action using Django templates?
- [Answer]-Using Django class based views, how do I create a form where I can add an arbitrary amount of related objects?
- [Answer]-Django using {{ MEDIA_URL }} in template with HttpResponse
Source:stackexchange.com