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
94f3120add58dc508e6394e0195bf129afda6d77
python-tdd
/
src
/
apps
/
lyric
/
tests
History
Disco DeDisco
94f3120add
All checks were successful
ci/woodpecker/push/woodpecker
Pipeline was successful
Details
refactored to green: all references in urlpatterns thruout project to apps/ dir now skip it & point directly to the app contained w.in (i.e., not apps/lyric/ or apps/dashboard/, but lyric/ or dashboard/ now
2026-02-22 22:08:34 -05:00
..
integrated
refactored to green: all references in urlpatterns thruout project to apps/ dir now skip it & point directly to the app contained w.in (i.e., not apps/lyric/ or apps/dashboard/, but lyric/ or dashboard/ now
2026-02-22 22:08:34 -05:00
unit
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
__init__.py
custom user model that maintains id as pk
2026-01-30 15:04:47 -05:00