Skip to content

Commit d455868

Browse files
authored
fix: Babel compiling (#242)
- Added to the requirements the Babel - Changed the order of the installation
1 parent de743fd commit d455868

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ cp lms/lmsweb/config.py.example lms/lmsweb/config.py
6666
echo "SECRET_KEY = \"$(python -c 'import os;print(os.urandom(32).hex())')\"" >> lms/lmsweb/config.py
6767

6868
cd devops
69-
. ./build.sh && . ./i18n.sh && . ./start.sh && . ./bootstrap.sh
69+
. ./build.sh && . ./start.sh && . ./bootstrap.sh && . ./i18n.sh
7070
```
7171

7272
In case you want to add the stub data to PostgreSQL DB, run:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ amqp==5.0.1
22
arrow==0.16.0
33
atomicwrites==1.4.0
44
attrs==20.2.0
5+
Babel==2.8.0
56
backcall==0.2.0
67
bandit==1.6.2
78
bench-it==1.0.1

0 commit comments

Comments
 (0)