Back
Similar todos
Got whatdo.com up-and-running based on my flask-vuetify template (viper.guru).
Cloned my Flask/Vuetify template repo to start work on my "Let's Play" idea
Started work on a Go+Vuetify+Digital Ocean template, copied over the parts of my README for my Flask+Vuetify+Digital Ocean template that should also apply here. Feeling good about making forward progress towards making Go apps instead of staying stuck in tutorial hell.
Fixed a bug that was preventing auth from working in prod b/c Apache was stripping the auth header before passing it to my Flask app.
create an flask blueprint for api. #changeloghost
tested out flask-admin - works, but decided not to spend any more time configuring auth #changeloghost
Got a Flask/Vue app running on PythonAnywhere for a new client b/c trying to get it working on Digital Ocean had me dealing with a mod_wsgi error that could take who-knows-how-long to fix
playing around with apache airflow to see if it's a good fit for my deploy django project #mylife
Moved my API routes into a 'resources' folder to keep things a little more organized and since that's the pattern in the Flask-Vuetify template I like. #rhymecraft
Spent a few hours trying (and failing) to get Apache to use the virtualenv I created. #rhymecraft
Made progress on my Flask/Vuetify template that I want to try to sell.
🥞 released/ported/dusted off django-pancake which helps flatten templates which made building and updating my htmx django Chrome much, much easier than without it. github.com/jefftriplett/djang…
Switched my user and video-related API routes to use Flask_RESTX because it helps keep the API organized. #rhymecraft
got my personal website (nathanwailes.com/, just an index.html) working on a new $4/mo DO droplet that I intend to move everything over to while switching backends from Python to Go, nginx is way easier than Apache so far. Switched my personal site to use GitHub version control.
spend a bunch of time trying to understand how some boneheaded stuff works in Flask