https://github.com/bedus-creation/tdd-django
Test Driven development in python Django.
https://github.com/bedus-creation/tdd-django
Last synced: 8 months ago
JSON representation
Test Driven development in python Django.
- Host: GitHub
- URL: https://github.com/bedus-creation/tdd-django
- Owner: bedus-creation
- Created: 2019-05-19T05:49:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T19:10:17.000Z (over 3 years ago)
- Last Synced: 2025-02-13T22:37:12.792Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.45 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Installation
### Install pipenv
```
pipenv shell
```
### Install dependency
```
pipenv install
```
### Run the server
```
python manage.py runserver
```
## Things to be done
- [ ] Static Files
- [ ] Learn about Django-q
- [ ] Perform More testing
- [ ]