Commit d995e01d authored by Santino Campos's avatar Santino Campos

Add url resolution for homepage

parent c9bab22f
from django.config.urls import url
from .views import homepage
urlpatterns = [
url(r'^heroes', homepage, name='homepage'),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment