django-telegrambot icon indicating copy to clipboard operation
django-telegrambot copied to clipboard

TemplateDoesNotExist at /admin/django-telegrambot/

Open gengkeye opened this issue 7 years ago • 1 comments

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

gengkeye avatar Oct 16 '17 09:10 gengkeye

@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')),

JungDev avatar Oct 18 '17 09:10 JungDev