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
bd72135a2fa285cebf553bfb96774b4d622aa0ec
python-tdd
/
src
/
apps
/
lyric
History
Disco DeDisco
bd72135a2f
Some checks failed
ci/woodpecker/push/woodpecker
Pipeline failed
Details
full passing test suite w. new stripe integration across multiple project nodes; new gameboard django app; stripe in test mode on staging
2026-03-09 01:07:16 -04:00
..
management
added superuser support in apps.lyric.admin & new manage.py cmd ensure_superuser; .tests.integrated.test_admin & .test_management_commands green
2026-02-22 20:42:33 -05:00
migrations
full passing test suite w. new stripe integration across multiple project nodes; new gameboard django app; stripe in test mode on staging
2026-03-09 01:07:16 -04:00
templatetags
didn't actually add any new files connected to lyric.templatetags
2026-03-03 19:07:45 -05:00
tests
new apps/dashboard/wallet.html for stripe payment integration and user's consumables; nav added to _footer.html & also dynamic copyright year with django now Y template; new apps.dash.tests ITs & UTs reflect new wallet functionality in .urls & .views
2026-03-08 15:14:41 -04:00
__init__.py
started lyric app (in earnest this time); added bootstrap-classed navbar w. login form to base.html; tweaked apps.dashboard.tests.test_views to accomodate multiple forms on same page
2026-01-29 15:21:54 -05:00
admin.py
full passing test suite w. new stripe integration across multiple project nodes; new gameboard django app; stripe in test mode on staging
2026-03-09 01:07:16 -04:00
apps.py
custom user model that maintains id as pk
2026-01-30 15:04:47 -05:00
authentication.py
new apps/dashboard/wallet.html for stripe payment integration and user's consumables; nav added to _footer.html & also dynamic copyright year with django now Y template; new apps.dash.tests ITs & UTs reflect new wallet functionality in .urls & .views
2026-03-08 15:14:41 -04:00
models.py
full passing test suite w. new stripe integration across multiple project nodes; new gameboard django app; stripe in test mode on staging
2026-03-09 01:07:16 -04:00
tasks.py
offloaded some apps.lyric.views responsibilities to new Celery depend fn in .tasks; core.celery created for celery config; CELERY_BROKER_URL added to .settings & throughout project; some lyric view IT responsibility now accordingly covered by task UT domain
2026-02-21 21:35:15 -05:00
urls.py
created new FT file at functional_tests.test_my_lists, where the first test model focuses on the integrity of cookie sessions; much of FT login/logout logic offloaded to helper functions in .base;logout django templating added to base.html
2026-02-01 20:06:01 -05:00
views.py
new apps/dashboard/wallet.html for stripe payment integration and user's consumables; nav added to _footer.html & also dynamic copyright year with django now Y template; new apps.dash.tests ITs & UTs reflect new wallet functionality in .urls & .views
2026-03-08 15:14:41 -04:00