Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing command names after pdk_* rename
  • Loading branch information
audaciouscode committed Aug 4, 2017
1 parent 3e5547d commit 0ed5514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views.py
Expand Up @@ -113,7 +113,7 @@ def add_data_bundle(request): # pylint: disable=too-many-statements

bundle.save()

call_command('process_bundles')
call_command('pdk_process_bundles')

return response

Expand Down Expand Up @@ -156,7 +156,7 @@ def add_data_bundle(request): # pylint: disable=too-many-statements
data_file.content_file.save(value.name, value)
data_file.save()

call_command('process_bundles')
call_command('pdk_process_bundles')

return response
elif request.method == 'OPTIONS':
Expand Down

0 comments on commit 0ed5514

Please sign in to comment.