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 de743fd commit d455868Copy full SHA for d455868
README.md
@@ -66,7 +66,7 @@ cp lms/lmsweb/config.py.example lms/lmsweb/config.py
66
echo "SECRET_KEY = \"$(python -c 'import os;print(os.urandom(32).hex())')\"" >> lms/lmsweb/config.py
67
68
cd devops
69
-. ./build.sh && . ./i18n.sh && . ./start.sh && . ./bootstrap.sh
+. ./build.sh && . ./start.sh && . ./bootstrap.sh && . ./i18n.sh
70
```
71
72
In case you want to add the stub data to PostgreSQL DB, run:
requirements.txt
@@ -2,6 +2,7 @@ amqp==5.0.1
2
arrow==0.16.0
3
atomicwrites==1.4.0
4
attrs==20.2.0
5
+Babel==2.8.0
6
backcall==0.2.0
7
bandit==1.6.2
8
bench-it==1.0.1
0 commit comments