Skip to content

KU-SKE17/django-to-do-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Django Application

Write unit tests for the todo application, as described in online assignment. Put your test methods in the standard place for Django apps.

What to Submit

Add your unit tests to the repository and push to Github.

Installation

This app requires Django 3.x and Python 3.6 or newer.

The first time only, run migrations:

python manage.py migrate

To start the application on port 8000:

python manage.py runserver

and visit http://localhost:8000 with your favorite web browser.

About

Ku's ISP class midterm exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published