Skip to content

sethuraman-k-r/django-contacts-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Learn Django by creating a Contacts app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published