We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb70368 commit 1e02093Copy full SHA for 1e02093
copier.yml
@@ -13,7 +13,7 @@ secret_key:
13
help: |
14
'The secret key for the project, used for security,
15
stored in .env, you can generate one with:
16
- python -c "import secrets; print(secrets.token_urlsafe(32))"'
+ python -c "import secrets; print(secrets.token_urlsafe(32)[:40])"'
17
default: changethis
18
19
first_superuser:
@@ -51,7 +51,7 @@ postgres_password:
51
52
'The password for the PostgreSQL database, stored in .env,
53
you can generate one with:
54
55
56
57
sentry_dsn:
0 commit comments