Back
Similar todos
Fixed an annoying db-related error with the #rhymecraft flask code that was causing it to error when I tried to query the API when running it on my laptop.
spend a bunch of time trying to understand how some boneheaded stuff works in Flask
more scraper work and I finally figured out how to work around a few issues I couldn't quite wrap my brain around.
deep dived into a django/python porting project and got quite a bit more done than I expected to. #mylife
catching up on upgrade django and some other work projects #revsys
tested out flask-admin - works, but decided not to spend any more time configuring auth #changeloghost
refactored new project to use django-q and hooks which made the project start to update itself more than I was updating it.
worked on some Django Docker files overnight, fixed some build issues, and ported everything to just.
working with Pandas (Python) to update a few existing scrapers. It's really, really nice but I ran into a bug trying to pull URLs that I don't want to think about right now.
I fixed a bunch of bugs in my django channels demo. It's actually a game to make building a demo more fun #mylife
⚙️ worked on Django Dockerfile project and tried to re-build some of the matrix building GitHub Action which was annoying. It's still annoying, but I know what I can rework tomorrow #mylife
🚜 moved project over to celery so that I can work on webhooks today #mylife
fixed some 404 errors that annoyed me, but were not impacting users #metrics
wrote some failing tests and ended up fixing several pypi bugs #djangopackages
overhauled another scraper/processor with much better tests and fixed several non-obvious bugs. I should have written tested upfront.
did a little bit more django-fsm hacking by adding it to a page scraper project #mylife
deployed a #jsonify thing, everything immediately broke with timeouts. rewrote it all with celery like I should have to start.
dusted off my build django project and updated templates and the backend to be easier to maintain
fixed a #djangopackages bug and started working on adding pypa/packaging support vs. rolling my own