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 ffbf57ab9e Выставляется препод к курсу 8 years ago
access Выставляется препод к курсу 8 years ago
achievements update api 8 years ago
api_v1 add method for generate new password to students 8 years ago
config_app + _check_yandex_response_status в переодической задаче 8 years ago
courses Выставляется препод к курсу 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 Выставляется препод к курсу 8 years ago
library update api 8 years ago
lms stat part 1 8 years ago
progress Выставляется препод к курсу 8 years ago
static Выставляется препод к курсу 8 years ago
storage Выставляется препод к курсу 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 logs/ в гитигнор 8 years ago
.gitlab-ci.yml Update .gitlab-ci.yml 8 years ago
Envoy.blade.php Update Envoy.blade.php 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