Skip to content

zar373/ToDo_List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple To-Do List with Django. It contains;

  • Unit Testing of individual py file
  • Selenium testing through WebDriver

Following are the required terminal commands:

  • python -m venv myenv
  • myenv\Scripts\activate
  • pip install django
  • python makemigrations
  • python manage.py runserver

For testing:

  • python manange.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors