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
011fca41ef711977125f141c188fc140ace8a57f
python-tdd
/
apps
/
dashboard
History
Disco DeDisco
e3e753369f
added lxml & cssselect to req'ments; this allowed more precise targeting of html attrs in apps.dashboard.tests'
2026-01-03 21:12:28 -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
added lxml & cssselect to req'ments; this allowed more precise targeting of html attrs in apps.dashboard.tests'
2026-01-03 21:12:28 -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