Skip to main content
Technology
- Configured Netlify CMS with Post and Page options in dev
- Further researched ability to edit
_index.md
files with the CMS
- Discovered Django ORM
.delete()
performs as SELECT
first
- Implemented
_raw_delete()
on an endpoint where the SELECT
is not needed
- Deployed Huey 2 with Redis and PostgreSQL application to production
- Trained users on PyCharm, Git and GitLab usage
- Migrated local PC files from multiple sources onto a cloud provider
Learning
- Researched static site CMS options and decided to use Netlify CMS
- Researched Peewee ORM
- Researched Ansible
git
module as a method to keep environments up-to-date
Podcasts
- Django Chat
- Python Bytes
- Talk Python To Me
- Test & Code