Skip to content

Arunthogadiya/contacts_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts App

A website where a user can login and add his contacts by entering the following fields.

  • Contact Name
  • Contact Number
  • Contact Email

Virtual Environment setup

Ubuntu

Install virtualenv cmd: sudo apt install python3-virtualenv

create virtual environment cmd: virtualenv env

activate virtual environemt cmd: source env/bin/activate

Database

Create a file db.sqlite3 in the parent directory

Django setup

Step1 : pip install -r requirements.txt

Step2 : python manage.py makemigrations

Step3 : python manage.py migrate

To run server

Step1 : python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published