Advertisement
Mochinov

Untitled

May 19th, 2021
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. (regenv) alexander@ubuntu-clear:~/new_version/registration_center$ git merge --no-ff alex_new_version
  2. Auto-merging elena/Doctor_at_home/rest_api/rest_views.py
  3. Merge made by the 'recursive' strategy.
  4. elena/Doctor_at_home/Doctor_at_home_help/settings.py | 18 +-
  5. elena/Doctor_at_home/Doctor_at_home_team/settings.py | 17 +
  6. elena/Doctor_at_home/account/migrations/0071_auto_20210519_0559.py | 49 +++
  7. elena/Doctor_at_home/account/migrations/0072_auto_20210519_0603.py | 19 ++
  8. elena/Doctor_at_home/account/migrations/0073_auto_20210519_0604.py | 19 ++
  9. elena/Doctor_at_home/medicalaccount/migrations/0008_auto_20210519_0607.py | 45 +++
  10. elena/Doctor_at_home/medicalaccount/migrations/0009_auto_20210519_0806.py | 37 +++
  11. elena/Doctor_at_home/medicalaccount/models.py | 2 +-
  12. elena/Doctor_at_home/medicalaccount/templatetags/0008_auto_20210519_0559.py | 50 +++
  13. elena/Doctor_at_home/medicalaccount/templatetags/0009_auto_20210519_0603.py | 18 ++
  14. elena/Doctor_at_home/registration/migrations/0132_auto_20210519_0559.py | 18 ++
  15. elena/Doctor_at_home/registration/tasks.py | 1168 ++++++++++++++++++++++++++++++++++++++++++++++-----------------------
  16. elena/Doctor_at_home/rest_api/rest_views.py | 21 +-
  17. elena/Doctor_at_home/rest_api/updaterequest.py | 2 +-
  18. 14 files changed, 1072 insertions(+), 411 deletions(-)
  19. create mode 100644 elena/Doctor_at_home/account/migrations/0071_auto_20210519_0559.py
  20. create mode 100644 elena/Doctor_at_home/account/migrations/0072_auto_20210519_0603.py
  21. create mode 100644 elena/Doctor_at_home/account/migrations/0073_auto_20210519_0604.py
  22. create mode 100644 elena/Doctor_at_home/medicalaccount/migrations/0008_auto_20210519_0607.py
  23. create mode 100644 elena/Doctor_at_home/medicalaccount/migrations/0009_auto_20210519_0806.py
  24. create mode 100644 elena/Doctor_at_home/medicalaccount/templatetags/0008_auto_20210519_0559.py
  25. create mode 100644 elena/Doctor_at_home/medicalaccount/templatetags/0009_auto_20210519_0603.py
  26. create mode 100644 elena/Doctor_at_home/registration/migrations/0132_auto_20210519_0559.py
  27. (regenv) alexander@ubuntu-clear:~/new_version/registration_center$ git merge --no-ff alex_new_version
  28. Already up to date.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement