-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Локальная beta #336
Comments
Готов взять |
Merged
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 11, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 11, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 11, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 12, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 12, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 12, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 12, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 12, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 12, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 12, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 12, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 13, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 13, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 13, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 13, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 13, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 13, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 13, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 13, 2021
Added function ANYBETA_crash_on_error and surrounded every potentially erroneous command in order to avoid spontaneous continuation of execution.
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 13, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 13, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 14, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 18, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 22, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 22, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 28, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 28, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 28, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 28, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 28, 2021
mikhailyumanov
added a commit
to mikhailyumanov/anytask
that referenced
this issue
Mar 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Написать скрипт, который бы разворачивал Anytask с нуля для разработческих целей.
Даешь ему пустой каталог, а он там virtualenv делает, все что нужно туда скачивает и, самое главное, заливает тестовый набор данных, чтобы anytask был не пустой.
Данные можно заливать либо прямо через Django код (создать объект модели User, Course, завести студентов, преподавателей и тп.). Либо завести это все вручную и сделать ./manage.py dump > ... Первый вариант более предпочтителен т.к. его будет проще поддерживать в будущем (когда модели будут меняться).
Также надо написать тест, который бы запускал этот скрипт и проверял, что все работает и не падает.
The text was updated successfully, but these errors were encountered: