Simple contact list app. Can store and provide basic personal information, where each one except 'name' and 'note' is validated and cannot be stored invalid, however it can be left empty except 'name'. To change the default phone area code rather delete, or edit the highlighted part accordingly.
forms.py
$ virtualenv <env_name>
$ source <env_name>/bin/activate
(<env_name>) $ pip install -r path/to/requirements.txt
from project folder:
(<env_name>) $ python3 manage.py runserver