-
-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RecursionError: maximum recursion depth exceeded while calling a Python object #138
Comments
Hello, thank you for opening the issue. Can you use text instead of image so we have the full stacktrace and it's searchable and readable by text to speech software ? :) |
Got the same issue. When I remove it from the urlpatterns, it stops. |
|
I had the same problem an hour ago when I started looking at the django-survey package. I think by naming your django app 'survey', you will include the survey.urls recursively, without breaking the loop. I'm not yet sure what the proper way is to use the survey package, but I now have the impression that you shouldn't name your app 'survey', and maybe should clone/copy the 'survey' folder from the repository. But this could be a very noob impression. And the getting-started could be a bit more monkey-proof for me. |
It should work like a standard Django app (but maybe it isn't right now). |
Python 3.8.5
Django 3.1.4
Running
python3 manage.py runserver
returns me this errorThe text was updated successfully, but these errors were encountered: