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
try:
ret[api_view_key] = reverse(
api_view_key, ============> line fixed, this cannot be url_name as thats a variable from the previous for loop.
args=args,
kwargs=kwargs,
request=request,
format=kwargs.get('format', None)
)
django-rest-framework-mongoengine-example/project/project/routers.py
Line 79 in dcae174
This line should be