Commit 9893f64b authored by DuckHuntDuoPROgrammer's avatar DuckHuntDuoPROgrammer

added heroes app to installed_apps in settings.py

parent 747f0e42
Pipeline #877 failed with stages
......@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'heroes',
]
MIDDLEWARE = [
......
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