Skip to content

Commit

Permalink
Add custom local_settings template for linked courses (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
igordavydsson authored and vikoivun committed Apr 8, 2019
1 parent 26ac413 commit ac75f22
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions local_settings.py.linked-courses
@@ -0,0 +1,11 @@
INSTALLED_APPS = INSTALLED_APPS + (
'extension_course',
)

AUTO_ENABLED_EXTENSIONS = ['course',]

LANGUAGES = (
('fi', 'Finnish'),
('sv', 'Swedish'),
('en', 'English'),
)

0 comments on commit ac75f22

Please sign in to comment.