Skip to content
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.

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

Lacking base.html file #5

Open
zlotoj opened this issue Mar 10, 2022 · 0 comments
Open

Lacking base.html file #5

zlotoj opened this issue Mar 10, 2022 · 0 comments

Comments

@zlotoj
Copy link

zlotoj commented Mar 10, 2022

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:

  • Using loader django.template.loaders.filesystem.Loader:
    • Using 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 1

    {% extends "base.html" %}
    {% load i18n %}
    {% block extrahead %}
    
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant