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 f26a210003 migrate update 8 years ago
access migrate update 8 years ago
achievements update api 8 years ago
api_v1 update api прохождения 8 years ago
config_app migrate update 8 years ago
courses migrate update 8 years ago
csv migrate update 8 years ago
finance migrate update 8 years ago
library update api 8 years ago
lms migrate update 8 years ago
logs master 8 years ago
progress migrate update 8 years ago
static/admin Яндекс деньги 8 years ago
storage migrate update 8 years ago
.gitignore migrate update 8 years ago
Envoy.blade.php master 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
requirements.txt зависимости 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