This website requires JavaScript.
Explore
Help
Register
Sign In
discoman
/
python-tdd
Watch
1
Star
0
Fork
0
You've already forked python-tdd
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
08305532c273b196e4009ed6821fceeae1dc22ca
python-tdd
/
apps
/
dashboard
History
Disco DeDisco
08305532c2
bootstrap libraries added via cdn js & css script & link tags; some bootstrap styling added to base.html & list.html; unit tests updated to accomodate html parsing in assertContains() library fns (but n.b., not all unit tests have been updated to accomodate bootstrap attrs, so some still fail); all FTs currently passing from last commit
2026-01-03 20:05:41 -05:00
..
migrations
apps.dashboard.models, .tests & .views all handle new list creation when a new task item is added (but for now, undesirably, always a new list for each task item; made migrations accordingly
2026-01-02 22:19:08 -05:00
__init__.py
actual commit from last attempt, now incl. all new files
2025-12-30 22:06:06 -05:00
admin.py
actual commit from last attempt, now incl. all new files
2025-12-30 22:06:06 -05:00
apps.py
actual commit from last attempt, now incl. all new files
2025-12-30 22:06:06 -05:00
models.py
apps.dashboard.models, .tests & .views all handle new list creation when a new task item is added (but for now, undesirably, always a new list for each task item; made migrations accordingly
2026-01-02 22:19:08 -05:00
tests.py
bootstrap libraries added via cdn js & css script & link tags; some bootstrap styling added to base.html & list.html; unit tests updated to accomodate html parsing in assertContains() library fns (but n.b., not all unit tests have been updated to accomodate bootstrap attrs, so some still fail); all FTs currently passing from last commit
2026-01-03 20:05:41 -05:00
urls.py
created apps.dashboard.urls & offloaded many of the app-specific paths from core.urls here instead
2026-01-03 01:47:27 -05:00
views.py
simplified vars & args in view_list() FBV in apps.dashboard.views; extended dynamic list handling to django templating in list.html
2026-01-03 01:36:37 -05:00