#Homework
##Django. Contacts and CRUD.
Main task:
Дополнить контакты. CRUD
All details:HERE
Make all actions needed for run homework from zero make homework-i-run
$ make homework-i-run
Delete all created artifacts from run make homework-i-purge
$ make homework-i-purge
Main routes:
- / - homepage
- /contacts - Show all contacts
- /contacts/edit_contact/ Show all contacts and choose which edit
- /contacts/edit_contact/int:pk Edit by id
- /contacts/create_contact/ Create new contact
- /contacts/delete_contact/ Show all contacts and choose which delete