Django python manage.py runserver problem
When I make this command: python manage.py runserver
I receive this response:
{"error":"You have to pass token to access this app."}
I ran my django app previously without any problems but this time it gives this error Do you have any suggestions to correct it
best
I am using the correct localhost and the port suggested by the Django app and it previously worked without problems and now I have this issue