Skip to content
Snippets Groups Projects
Commit 4b587980 authored by Tobias Ørstad's avatar Tobias Ørstad
Browse files

Fix error calling wrong function, again..

parent d46c076b
No related branches found
No related tags found
2 merge requests!31Complete exercise 3,!25Backendsecfitsmells
Pipeline #126992 passed
......@@ -50,7 +50,7 @@ def databasesettings(config, db_colors):
if 'CI' in os.environ:
config['DATABASES']['default']['TEST'] = config['DATABASES']['default']
def staticsettins(config):
def staticsettings(config):
config['STATIC_ROOT'] = os.path.join(config['BASE_DIR'], 'staticfiles')
config['STATIC_URL'] = '/static/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment