Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 892 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 892 Bytes

Django - Contact-Dj

Learn Django by creating a Contacts app

This application covers most of the web concepts using Django Framework

Contact - Dj is a web application for storing the contact information of the people by using the popular Python Framework - Django

Steps to run the project:
  1. Clone this project into a local directory
  2. Open the project in any IDE includes Spyder, Pycharm, VS Code, Atom, etc
  3. Sync the project with the default python interpretor in your system
  4. Restore django_contacts.sql to the postgres database using pg_dump django-contact < django_contacts.sql
  5. Open the project directory in terminal/cmd, run the command python manage.py runserver
  6. Username - harry and Password - Django#1234 - Default application user
  7. Open the http://localhost:8000/contacts in the browser