You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Al hacer ./manage.py salta el error "invalid syntax. Perhaps you forgot a comma?" en la siguiente linea del urls.py: path('admin/', admin.site.urls)
La solución prpuesta es poner una coma al final de la linea.