소스 검색

generate random settings.py key

Roberto Bertó 5 년 전
부모
커밋
d9a770bc3d
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -46,7 +46,10 @@ It will work with a single VyoS server or to multiple VyOS servers, so datacente
 
 # installation 
 
-* for your security edit SECRET_KEY and change to something random 
+* for your security edit SECRET_KEY in inside Django settings.py and change to something random, maybe using 
+```
+openssl rand -hex 32
+```
 
 
 ## by dockerhub