Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kaabe-a/django_todo__app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Todo App

hi am mahamud junior full stack web developer

I have created this django project (django_todo__app) to test my django or my web development experiance, This project has fully crud operation and search functionality I also added testing for the models and views using unittest and coverage

features

  • complete CRUD operation #5
  • Complete Testing of models and views #4
  • Search Functionality #6
  • Add authentication #7

To Clone

git clone https://github.com/kaabe-a/django_todo__app.git

Then cd into the project folder

cd django_todo__app

Then install the requirements

pip install -r requirements.txt

Make database migrations

python manage.py makemigrations

Make database migrate

python manage.py migrate

Run the project

python manage.py runserver

Enjoy 💚

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published