Skip to content

Commit

Permalink
fix create keys call in apps
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jun 7, 2016
1 parent 9714949 commit 109e82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_crypto_fields/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ def __init__(self, app_label, model_name):
sys.stdout.write('If this is your first time loading the project, '
'new keys will be generated\n')
sys.stdout.write('and placed in the settings.KEY_PATH folder.\n')
keys.create_keys(self.keys.key_path, self.keys.key_prefix)
keys.create_keys()
keys.load_keys()
self.encryption_keys = keys

0 comments on commit 109e82b

Please sign in to comment.