Skip to content

contact list django app, designed for mobile view only.

Notifications You must be signed in to change notification settings

co01l3r/contact_list_mobile_dj

Repository files navigation

contact_list_mobile

GitHub last commit

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

image

how to use:

$ 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

create, read, update, delete:

create details update delete

search:

search

contacts having birthday today:

bday

GitHub repo size GitHub code size in bytes GitHub repo file count