|
@@ -169,7 +169,7 @@ Run production server
|
|
|
3. Customize `SECRET_KEY` to something really random. Hint:
|
|
|
|
|
|
```bash
|
|
|
-python -c "import string,random; uni=string.ascii_letters+string.digits+string.punctuation; print(repr(''.join([random.SystemRandom().choice(uni) for i in range(random.randint(45,50))])))"`
|
|
|
+python -c "import string,random; uni=string.ascii_letters+string.digits+string.punctuation; print(repr(''.join([random.SystemRandom().choice(uni) for i in range(random.randint(45,50))])))"
|
|
|
```
|
|
|
|
|
|
4. Set *daily* crons for the two commands that take care of data expiration
|