The present project consists of a contacts application developed in Python with the Django web development framework. The application has a minimalist interface, but very friendly through which you can add, update or delete contacts.
Welcome page to the application.
Login page, where users can enter to the application.
Here, users can create an account in the contact app.
This is the home page where the user has the option to see all the contacts or add a new one.
In this page a user can add a new contact to their contact list.
In this page a user can see all the contacts stored in the applicacion.
In this page a user can see edit the information of one of their contacts.
If a user press the delete button on the all contacts page, the user is removed from the database and is not displayed in the user list.