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
87e40d977c1415864be7f4c22a51fe505cfbd82e
python-tdd
/
apps
/
dashboard
History
Disco DeDisco
87e40d977c
deleted redundant assertions from apps.dashboard.tests; removed redundant table code from home.html now that list.html includes it; updated FTs to accomodate the title change to "Dashboard" in home.html
2026-01-02 20:01:23 -05:00
..
migrations
+2 new migrations in apps.dashboard; added new Item() model to dashboard.models; added ItemModelTest() to .tests; cleaned up deadspace in functional_tests
2025-12-31 00:26:39 -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
+2 new migrations in apps.dashboard; added new Item() model to dashboard.models; added ItemModelTest() to .tests; cleaned up deadspace in functional_tests
2025-12-31 00:26:39 -05:00
tests.py
deleted redundant assertions from apps.dashboard.tests; removed redundant table code from home.html now that list.html includes it; updated FTs to accomodate the title change to "Dashboard" in home.html
2026-01-02 20:01:23 -05:00
views.py
created apps/dashboard/list.html template (for now, mirrors home.html); changes ListViewTest() to DashViewTest() in apps.dashboard.tests; added new list template test to same; updated view_list() FBV in .views to accomodate this new template
2026-01-02 19:50:27 -05:00