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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Note: The stand alone app uses sqlite as db instead of postgreSQL like our live
42
42
- Remove language
43
43
-`python manage.py remove_language en-sw-JW300`
44
44
- Check available languages
45
-
-`python manage.py all_language`
45
+
-`python manage.py all_languages`
46
46
- Update known languages
47
47
-`curl --request GET 'http://127.0.0.1:5000/update'`
48
48
- Run tests
@@ -115,7 +115,7 @@ To make sure that it is well installed you can run the code above to check the v
115
115
116
116
#### Add, Delete and Update supported languages
117
117
118
-
- check the available models in memory `docker-compose -f docker-compose.prod.yml exec api python manage.py all_language`
118
+
- check the available models in memory `docker-compose -f docker-compose.prod.yml exec api python manage.py all_languages`
119
119
- add a new language,
120
120
- e.g English-Swahili (note: we are using JW300 shortform) `docker-compose -f docker-compose.prod.yml exec api python manage.py add_language en-sw-JW300`
0 commit comments