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

templates not found #20

Open
AMfalme opened this issue May 11, 2023 · 0 comments
Open

templates not found #20

AMfalme opened this issue May 11, 2023 · 0 comments

Comments

@AMfalme
Copy link

AMfalme commented May 11, 2023

I keep running into ``

  File "/home/mfalme/.virtualenvs/django-backend/lib/python3.7/site-packages/django/template/response.py", line 105, in render
    self.content = self.rendered_content
  File "/home/mfalme/.virtualenvs/django-backend/lib/python3.7/site-packages/django/template/response.py", line 81, in rendered_content
    template = self.resolve_template(self.template_name)
  File "/home/mfalme/.virtualenvs/django-backend/lib/python3.7/site-packages/django/template/response.py", line 63, in resolve_template
    return select_template(template, using=self.using)
  File "/home/mfalme/.virtualenvs/django-backend/lib/python3.7/site-packages/django/template/loader.py", line 47, in select_template
    raise TemplateDoesNotExist(', '.join(template_name_list), chain=chain)
django.template.exceptions.TemplateDoesNotExist: blog/article/home.html, blog/article_list.html

after following instructions here

Is there sth I might be missing?

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