Вводная по Django #1

Open
opened 2021-12-04 14:43:25 +03:00 by Fedor-Lyanguzov · 0 comments
Fedor-Lyanguzov commented 2021-12-04 14:43:25 +03:00 (Migrated from github.com)

Необходимо разобраться в проекте.

  1. Выполнить туториал у себя на машине https://docs.djangoproject.com/en/3.2/intro/tutorial01/
  2. Понять стандартный порядок обработки запросов: что происходит, в каком файле...
  3. Оценить содержание репозитория, что написано в файлах:
    1. config/settings.py
    2. config/urls.py
    3. sms_voting/actions.py
    4. sms_voting/admin.py
    5. sms_voting/migrations/0010_add_word_list.py
    6. sms_voting/migrations/wordlist
    7. sms_voting/models.py
    8. sms_voting/templates/sms_voting/base.html
    9. sms_voting/templates/sms_voting/instructions.html
    10. sms_voting/templates/sms_voting/memo.html
    11. sms_voting/templates/sms_voting/memos_face.html
    12. sms_voting/templates/sms_voting/poll_detail.html
    13. sms_voting/templates/sms_voting/poll_list.html
    14. sms_voting/templates/sms_voting/print.html
    15. sms_voting/templates/sms_voting/report.html
    16. sms_voting/views.py
    17. tasks.md
Необходимо разобраться в проекте. 1. Выполнить туториал у себя на машине https://docs.djangoproject.com/en/3.2/intro/tutorial01/ 2. Понять стандартный порядок обработки запросов: что происходит, в каком файле... 3. Оценить содержание репозитория, что написано в файлах: 1. config/settings.py 1. config/urls.py 1. sms_voting/actions.py 1. sms_voting/admin.py 1. sms_voting/migrations/0010_add_word_list.py 1. sms_voting/migrations/wordlist 1. sms_voting/models.py 1. sms_voting/templates/sms_voting/base.html 1. sms_voting/templates/sms_voting/instructions.html 1. sms_voting/templates/sms_voting/memo.html 1. sms_voting/templates/sms_voting/memos_face.html 1. sms_voting/templates/sms_voting/poll_detail.html 1. sms_voting/templates/sms_voting/poll_list.html 1. sms_voting/templates/sms_voting/print.html 1. sms_voting/templates/sms_voting/report.html 1. sms_voting/views.py 1. tasks.md
Sign in to join this conversation.