An open API service indexing awesome lists of open source software.

https://github.com/jod35/testdrivendjango

This is code for a video series on Test Driven Development with the Django web franework.
https://github.com/jod35/testdrivendjango

django python3 test-driven-development testing

Last synced: 7 months ago
JSON representation

This is code for a video series on Test Driven Development with the Django web franework.

Awesome Lists containing this project

README

          

# TestDrivenDjango
This is code for a video series on Test Driven Development with the Django web franework.

# Run this code
```
git clone https://github.com/jod35/TestDrivenDjango
```

```
pip3 install -r requirements.txt
```

```
python3 manage.py runserver
```