Request Method: | GET |
---|---|
Request URL: | http://testserver/tools/install-gitea-nginx-postgresql-ubuntu-1804.txt |
Raised by: | essays.views.EntryDetailView |
No essay found matching the query
You're seeing this error because you have DEBUG = True
in
your Django settings file. Change that to False
, and Django
will display a standard 404 page.