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