Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogesh2104/contactbook
https://github.com/yogesh2104/contactbook
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yogesh2104/contactbook
- Owner: yogesh2104
- Created: 2022-06-23T15:25:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T03:28:36.000Z (over 2 years ago)
- Last Synced: 2023-03-10T01:36:45.270Z (almost 2 years ago)
- Language: HTML
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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