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

TemplateDoesNotExist at /admin/django-telegrambot/ #9

Open
gengkeye opened this issue Oct 16, 2017 · 1 comment
Open

TemplateDoesNotExist at /admin/django-telegrambot/ #9

gengkeye opened this issue Oct 16, 2017 · 1 comment

Comments

@gengkeye
Copy link

When I visit http://localhost:8080/admin/django-telegrambot/, errors occurs:
TemplateDoesNotExist at /admin/django-telegrambot/
admin/index.html

@JungDev
Copy link
Owner

JungDev commented Oct 18, 2017

@gengkeye Do you can check your project's urls.py?
It should contain this urlpatterns:

url(r'^admin/', admin.site.urls),
url(r'^', include('django_telegrambot.urls')),

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

2 participants