IamOmaR22 / Contact-World-with-Django-Python-and-SQLite

This is a personal contact management web application using Django and SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact World Web application

My Contact World Web application is a Django project. Here, in this Web application, you can perform the actions that you usually see in the contact app.

Installation process

After downloading or cloning follow these instructions

Go to project files

python -m venv venv

source env\Scripts\activate

cd contacts

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

Features

  • Register
  • Login
  • Add Contact
  • Update Contact
  • Delete Contact
  • Individual profile
  • Logout
  • User-friendly

Good Luck :)

Tools

Front-end Part

  • HTML
  • CSS
  • Bootstrap

Back-end

  • Django
  • SQLite 3

Screenshots of the Project

Copyright (c) 2019-3019 Md. Omar Faruk

Go Through This Site Then You Will Know About This Site Properly.

About

This is a personal contact management web application using Django and SQLite


Languages

Language:Python 46.4%Language:HTML 44.4%Language:CSS 8.4%Language:JavaScript 0.8%