Commit 013d35c8 authored by Margarita Perez's avatar Margarita Perez

Fixed heroes/urls

parent 4a28af64
#heroes/urls.py
from django.conf.urls import url
from .views import HomeView
urlpatterns = [
url(r'^$', HomeView.as_view(), name='home'),
]
\ No newline at end of file
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