Skip to content

yogesh2104/ContactBook

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published