Skip to content

PranavAchrekar/ContactListApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact_List_App made-with-python

A Contact List App using Django Framework.


Features:

  • This Contact List App is developed using python where you can view it in web.
  • You can perform CRUD operations.
    • Add Contact.
    • Edit Contact.
    • Save Contact.
    • Delete Contact.
    • Search Functionality.

Steps to follow for first time use open terminal/command prompt and execute this below commands.

  1. Create a virtual environment
   py -m venv env
  1. Activate virtual environment
   .\env\Scripts\activate
  1. Install all the dependencies.
   pip install -r requirements.txt
  1. This will convert model class into sql statements.
   python manage.py makemigrations
  1. To execute sql statements generated by make migrations. This will create the tables in the Database.
   python manage.py migrate
  1. Create an admin user for admin panel.
   python manage.py createsuperuser.

Preview!

Contact_List.webm