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.
- Host: GitHub
- URL: https://github.com/devmahmud/django-contact-manager
- Owner: devmahmud
- License: mit
- Created: 2020-03-07T15:25:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T05:22:32.000Z (about 3 years ago)
- Last Synced: 2025-05-07T05:40:57.766Z (9 months ago)
- Topics: bootstrap4, django-app, django-application, django-project, django3, python
- Language: Python
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## Contact Detail Page

## Admin Panel

## Author
Mahmudul alam
Email: expelmahmud@gmail.com
========Thank You !!!=========