Skip to content

Commit

Permalink
update settings.py views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsarik committed Dec 4, 2016
1 parent fe2e3f5 commit 945fb91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/gsi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
'registration',
'crispy_forms',

# 'ckeditor',
# 'ckeditor_uploader',
'ckeditor',
'ckeditor_uploader',

'cards',
'gsi',
'log',
'tags',
# 'wiki',
# 'articles',
'articles',

)

Expand Down
2 changes: 1 addition & 1 deletion src/gsi/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ def submit_run(request):
log_file += 'Submit Run: {0}\n'.format(rb)
log_file += 'Execute Run: {0}\n'.format(execute_run)
log_debug = LogDebug.objects.create(
name='Execute Run',
name='SUBMIT Run',
log=log_file
)
# end write log debug make_run User
Expand Down

0 comments on commit 945fb91

Please sign in to comment.