Skip to content

sanjay-pal-cloud/Todo-cicd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

#ToDo-App-using-Django

This is a To-Do app build using django framework of python. Here user can create his todo list by adding items, crossed off the completed items, delete the completed items and can delete all the items.

Technologies Used :

1. Python
2. Django
3. Bootstrap
4. JavaScript

Additional Python Modules Required:

1.Django
> pip install django

Running the project:

  1. Migrate :

    > cd todo_app
    > python manage.py makemigrations
    > python manage.py migrate
    
  2. Make Admin User :

    > python manage.py createsuperuser
    
  3. runserver :

    > cd todo_app 
    > python manage.py runserver  
    

About

Deploy Todo application using jenkins CI/CD pipeline with GitHub intigration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors