yogesh2104 / ContactBook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:HTML 53.6%Language:Python 38.9%Language:CSS 7.5%