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.
 
 
 
 
 
 
Andrey 6f0c6500a5 finance logging 8 years ago
access finance logging 8 years ago
achievements update api 8 years ago
api_v1 add method for generate new password to students 8 years ago
config_app finance logging 8 years ago
courses finance logging 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 finance logging 8 years ago
library update api 8 years ago
lms finance logging 8 years ago
logs master 8 years ago
progress finance logging 8 years ago
static fix 8 years ago
storage Merge branch 'current_branch' into 'dev' 8 years ago
templates finance logging 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 Merge branch 'dev' into 'sales_features' 8 years ago
.gitlab-ci.yml Add new file 8 years ago
Envoy.blade.php finance logging 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