We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b337b commit e15484bCopy full SHA for e15484b
comics/management/commands/generatesecretkey.py
@@ -15,7 +15,7 @@ class Command(management.BaseCommand):
15
16
@staticmethod
17
def _generate_secret_key():
18
- chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()-_=+[\{]\{;:,<.>/?'
+ chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()-_=+'
19
return get_random_string(50, chars)
20
21
def handle(self, *args, **options):
0 commit comments