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
e3fdc54ad4763e66df2070458cda0e31469c840b
python-tdd
/
apps
/
dashboard
History
Disco DeDisco
e3fdc54ad4
+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
..
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
+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
views.py
NewVisitorTest() in functional_tests almost passes, but needs DRY refactor; pair of functions added to HomePageTest() in apps.dashboard.tests; home_page() FBV in .views streamlined using django templating; templating also applied & form w. csrf functionality added to to-do list in home.html
2025-12-30 23:47:25 -05:00