You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,7 +58,7 @@ This repo is a boilerplate for quickly creating new websites using Django framew
56
58
57
59
-**SECURITY**
58
60
59
-
After cloning and installing the dependencies run `bootstrap.sh` script. It's just a simple bash script that runs a django internal command that regenerates Django SECRET_KEY (it must be **UNIQUE**for every project.).
61
+
After cloning and installing the dependencies run `bootstrap.sh` script. It's just a simple bash script that runs a django internal command that regenerates Django SECRET_KEY (it must be **UNIQUE** for every project.).
60
62
61
63
**You won't be able to run django server if you don't have a SECRET_KEY. This is by design. Remember to keep the secret key used in production secret. The key generated by this script is meant to be only used in a development enviroment, so it can be shared without any problems.**
0 commit comments