mhkmcp / Django-class-based-CRUD

Simple Class Based CRUD (Create, Read, Update, Delete) application using Django web framework Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django | Class-Based-CRUD

RECUIREMENTS:

Python 3.6
Django 2.1

To RUN The Project:

Clone the git
Open the project
Open terminal and write two commands(for database purposes) 
  python manage.py makemigrations 
  python manage.py migrate
Run the project using the command 
  python manage.py runserver

About

Simple Class Based CRUD (Create, Read, Update, Delete) application using Django web framework Python


Languages

Language:Python 57.5%Language:HTML 42.3%Language:CSS 0.3%