An open API service indexing awesome lists of open source software.

https://github.com/devmahmud/django-contact-manager

Contact Manager is application to create and manage Contacts Information.
https://github.com/devmahmud/django-contact-manager

bootstrap4 django-app django-application django-project django3 python

Last synced: 5 months ago
JSON representation

Contact Manager is application to create and manage Contacts Information.

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/19981097/76146111-5daca300-60ba-11ea-84f5-d80a20690f32.png)

## Contact Detail Page
![image](https://user-images.githubusercontent.com/19981097/76146136-951b4f80-60ba-11ea-8056-17e5dd2f9b1e.png)

## Admin Panel
![image](https://user-images.githubusercontent.com/19981097/76146158-b845ff00-60ba-11ea-88b9-f86378d65302.png)

## Author


Mahmudul alam
Email: expelmahmud@gmail.com

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