// url(r"^admin/doc/", include("django.contrib.admindocs.urls")),
// main page
url(r"^$",ListView.as_view(model=ComicSite, template_name="index.html"),name = "home"),
//url(r"^Comic/$",ListView.as_view(model=ComicSite, template_name="index.html"),name = "home"),
// Uncomment the next line to enable the admin: