Skip to content

Contact Manager is application to create and manage Contacts Information.

License

Notifications You must be signed in to change notification settings

devmahmud/Django-Contact-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Manager

Contact Manager is application to create and manage Contacts Information.

Requirements

open requirements.txt file to see requirements

To install requirements type

pip install -r requirements.txt

Installing

open terminal and type

git clone https://github.com/devmahmud/Django-Contact-Manager.git

or simply download using the url below

https://github.com/devmahmud/Django-Contact-Manager.git

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

To collect static files

python manage.py collectstatic

Creating Superuser

To create superuser open terminal and type
python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Project snapshot

Home page

image

Contact Detail Page

image

Admin Panel

image

Author

Mahmudul alam Email: expelmahmud@gmail.com

========Thank You !!!=========

About

Contact Manager is application to create and manage Contacts Information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published