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 958e06a084 Merge branch 'fix_push' into 'dev' 8 years ago
access fix 8 years ago
achievements update api 8 years ago
api_v1 add method for generate new password to students 8 years ago
config_app Merge remote-tracking branch 'origin/fix_req' into fix_req 8 years ago
courses Merge branch 'dev' into feature/test_course 8 years ago
csv migrate update 8 years ago
factories add swagger 8 years ago
finance migrate update 8 years ago
library update api 8 years ago
lms Merge remote-tracking branch 'origin/fix_req' into fix_req 8 years ago
logs master 8 years ago
progress migrate update 8 years ago
storage migrate update 8 years ago
tests add test for generate password for not active user, delete dublicate code 8 years ago
.gitignore add swagger 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 Merge remote-tracking branch 'origin/fix_req' into fix_req 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