Skip to content

A ToDo application built to learn Django implementing the C,R,U,D operations using models in Django

Notifications You must be signed in to change notification settings

coder-jkb/Django-CRUDX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-CRUDX

A ToDo application built to learn Django implementing the C,R,U,D operations using models in Django

Installation

  1. Clone the repo git clone https://github.com/coder-jkb/Django-CRUDX.git
  2. Activate the virtual environment
  3. run the command pip install -r requirements.txt

Run the file

  1. navigate to folder crudx_proj
  2. run the command python manage.py runserver

🛑 Note: make sure you set DEBUG = TRUE in settings.py when you are running developement server

Glimpse of the application

Screenshots of CRUDX
0 1 2 3 4

Mobile view
5

About

A ToDo application built to learn Django implementing the C,R,U,D operations using models in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published