Commit 6da7a862 authored by Pierre Ashley Salcedo's avatar Pierre Ashley Salcedo

fix: missing comma in installed_apps after merge

parent 9880b6f9
......@@ -44,7 +44,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'assignments.apps.AssignmentsConfig',
'forum.apps.ForumConfig',
'announcements'
'announcements',
'homepage.apps.HomepageConfig',
]
......
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