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
Fix "django.urls.exceptions.NoReverseMatch: Reverse for 'database_file' not found. 'database_file' is not a valid view function or pattern name" error
#46
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.
Sometimes wtih URL reference url(r'', include('binary_database_files.urls'), the reverse lookup fails and throws the error: django.urls.exceptions.NoReverseMatch: Reverse for 'database_file' not found. 'database_file' is not a valid view function or pattern name
The text was updated successfully, but these errors were encountered:
girumb
added a commit
to girumb/django-binary-database-files
that referenced
this issue
Jul 27, 2021
Sometimes wtih URL reference
url(r'', include('binary_database_files.urls')
, the reverse lookup fails and throws the error:django.urls.exceptions.NoReverseMatch: Reverse for 'database_file' not found. 'database_file' is not a valid view function or pattern name
The text was updated successfully, but these errors were encountered: