Commit 9a7be0fd authored by Ryan Carlo Bautista's avatar Ryan Carlo Bautista

added heroes to willowisp settings. Heroes test failed, cannot import from views

parent 5835641f
from django.urls import resolve
from django.test import TestCase
from .views import cloud_page, jester_page, sunflowey_page, heroes_page
# Create your tests here.
......@@ -31,6 +31,7 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
'heroes',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
......
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