django-telegrambot
django-telegrambot copied to clipboard
TemplateDoesNotExist at /admin/django-telegrambot/
When I visit http://localhost:8080/admin/django-telegrambot/, errors occurs: TemplateDoesNotExist at /admin/django-telegrambot/ admin/index.html
@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')),