Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yogesh2104/contactbook


https://github.com/yogesh2104/contactbook

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ContactBook

## Step 1
```
pip install -r requirements.txt
```
## After Installing add database
```
python manage.py makemigrations
```
## Then

```
python manage.py migrate
```
## After Migrate Run Project On Local Machine
```
python manage.py runserver
```
## Project on local machine on http://127.0.0.1:8000/ this port

## For Admin Panel Create superuser

```
python manage.py createsuperuser
```
## Enter username and password then restart server and run
```
python manage.py runserver
```

## And type this url on your browser http://127.0.0.1:8000/admin