Commit a98f5c6c authored by Alysha Columbres's avatar Alysha Columbres

edited urls.py

parent e029fa28
......@@ -15,10 +15,7 @@ Including another URLconf
"""
from django.conf.urls import url
from .views import Heroes
from .views import Cloud
from .views import Sunflowey
from .views import Jester
from .views import Heroes, Cloud, Sunflower, Jester
urlpatterns = [
url(r'^/heroes$', Heroes.as_view(), name='Heroes'),
......
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