We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Afer run application and go to /reservations/calendar I got this error. Could you deliver this file?
Django tried loading these templates, in this order:
django.template.loaders.filesystem.Loader
django.template.loaders.app_directories.Loader
C:\Users\PycharmProjects\reservations\venv\lib\site-packages\django\contrib\auth\templates\base.html
C:\Users\PycharmProjects\reservations\venv\lib\site-packages\django\contrib\admin\templates\base.html
C:\Users\PycharmProjects\reservations\venv\lib\site-packages\django\contrib\admindocs\templates\base.html
C:\Users\PycharmProjects\reservations\reservations\templates\base.html
In template C:\Users\PycharmProjects\reservations\reservations\templates\calendar.html, error at line 1
C:\Users\PycharmProjects\reservations\reservations\templates\calendar.html
{% extends "base.html" %} {% load i18n %} {% block extrahead %}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Afer run application and go to /reservations/calendar I got this error.
Could you deliver this file?
Template-loader postmortem
Django tried loading these templates, in this order:
django.template.loaders.filesystem.Loader
:django.template.loaders.app_directories.Loader
:C:\Users\PycharmProjects\reservations\venv\lib\site-packages\django\contrib\auth\templates\base.html
(File does not exist)C:\Users\PycharmProjects\reservations\venv\lib\site-packages\django\contrib\admin\templates\base.html
(File does not exist)C:\Users\PycharmProjects\reservations\venv\lib\site-packages\django\contrib\admindocs\templates\base.html
(File does not exist)C:\Users\PycharmProjects\reservations\reservations\templates\base.html
(File does not exist)Error during template rendering
In template
C:\Users\PycharmProjects\reservations\reservations\templates\calendar.html
, error at line 1The text was updated successfully, but these errors were encountered: