2 Commits 1a6c6d5b01 ... 8d1cd30c05

Author SHA1 Message Date
  Mathieu 8d1cd30c05 Merge branch 'master' into intarnet 6 years ago
  Mathieu 1adc06b110 Fix README 6 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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