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.
- Host: GitHub
- URL: https://github.com/jod35/testdrivendjango
- Owner: jod35
- Created: 2022-11-13T10:51:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T21:59:39.000Z (about 3 years ago)
- Last Synced: 2025-04-11T22:37:39.574Z (9 months ago)
- Topics: django, python3, test-driven-development, testing
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```