Skip to content

Commit

Permalink
fix ref to example app, update requirements, add app_config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Aug 11, 2016
1 parent b9bffbb commit 18b3b40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django_crypto_fields/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def __init__(self, app_label, model_name):
keys.create_keys()
keys.load_keys()
self.encryption_keys = keys
sys.stdout.write(' * using model {}.\n'.format('.'.join(self.model)))
sys.stdout.write(' Done loading {}.\n'.format(self.verbose_name))

def ready(self):
cryptor = Cryptor()
Expand Down

0 comments on commit 18b3b40

Please sign in to comment.