You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dmitriy Shesterkin 3679d31293 add some test for login user, set master password in envirement var, some fixes for task when user not found 8 years ago
access add some test for login user, set master password in envirement var, some fixes for task when user not found 8 years ago
achievements update api 8 years ago
api_v1 add method for generate new password to students 8 years ago
config_app del test env 8 years ago
courses fix 8 years ago
csv migrate update 8 years ago
factories add some test for login user, set master password in envirement var, some fixes for task when user not found 8 years ago
finance Yandex_update 8 years ago
library update api 8 years ago
lms add some test for login user, set master password in envirement var, some fixes for task when user not found 8 years ago
logs master 8 years ago
progress last_active 8 years ago
static fix 8 years ago
storage Yandex_update 8 years ago
tests add some test for login user, set master password in envirement var, some fixes for task when user not found 8 years ago
.gitignore del test env 8 years ago
.gitlab-ci.yml Add new file 8 years ago
Envoy.blade.php Merge remote-tracking branch 'origin/fix_req' into fix_req 8 years ago
Makefile add swagger 8 years ago
README.md readme update 8 years ago
manage.py copy codemy 9 years ago
oferta.pdf replace oferta file 9 years ago
pytest.ini add method for generate new password to students 8 years ago
requirements.txt Yandex_update 8 years ago
tox.ini add swagger 8 years ago

README.md

#SkillBox LMS

1 Работа по git flow https://habrahabr.ru/post/106912/ 2 Перед пушем удоставерьтесть, что все зависимости декларированы в requirements.txt

Как развернуть на локалке

1 python3 -m venv /path/to/new/virtual/environment 2 git clone https://g.skillbox.ru/kor_a_m/skill-back 3 source bin/activate 4 cd skill-back 5 pip install -r requirements.txt 6 python manage.py test 7 python manage.py runserver