web | https://www.mattlayman.com/tags/django/ |
---|---|
Author |
Nov. 8, 2018 » Django on Matt Layman » [Archived Version]
In this stream episode, I built a Django model that would allow my SaaS app (College Conductor) to deal with multiple Stripe plans. After building the model, we updated the landing page to display a different plan based on the database data from the model.
Read MoreOct. 31, 2018 » Django on Matt Layman » [Archived Version]
In this episode, I took data that we collected from a web scraping task built in the first stream and created a report email that could be sent to the site admin.
Read MoreOct. 25, 2018 » Django on Matt Layman » [Archived Version]
This was the first episode and it was an experiment in streaming. In future episodes, I’ve greatly improved audio and video settings. I’d suggest checking those out.
Read MoreMay 15, 2018 » Django on Matt Layman » [Archived Version]
The Pull Requests piled up. Each new PR added to the weight reminding me that I was not being a responsive maintainer. I felt guilty. Guilt: A feeling held by many open source maintainers who can’t (or don’t want to) continue on a project that they manage. Feeling guilty about contributing to open source is terrible. You feel like you’re letting people down or like you owe them something more.
Read MoreJune 27, 2017 » Django on Matt Layman » [Archived Version]
You’re on a team that wants to ship a Super Cool New Feature™. The feature will cause changes all over your web app. Instead of releasing the work in pieces, the marketing team wants to have a big reveal to create a buzz. How do you manage this challenge? One option is to keep all the work in a separate code branch. When everything is done, merge the code back into your main branch, ship it, and reveal it to the world.
Read MoreFeb. 14, 2017 » Django on Matt Layman » [Archived Version]
College Conductor gives educational consultants and counselors access to the information of thousands of U.S. colleges and universities. The most natural method to find these schools is through search. Since College Conductor keeps up with the latest versions of Django, I was able to add search by using PostgreSQL’s full text search that is exposed to the Django ORM. The search features are not perfect, but they provide results quickly and avoid bringing in a more targeted tool like Elast…
Read MoreFeb. 7, 2017 » Django on Matt Layman » [Archived Version]
The last Rollbar post that I made covered how to integrate Rollbar into your Ember application. As a reminder, Rollbar is a service that let’s you record your errors wherever they happen. In that original post, I didn’t cover how to include Rollbar in a Django application because the Rollbar team does a great job of that in their own documentation. But what happens when you want to do asynchronous task management with Celery in your Django app?
Read MoreJan. 10, 2017 » Django on Matt Layman » [Archived Version]
I’m a big proponent of using a framework to reduce the time required to make something useful. Occasionally, using a framework means that developers must explore to understand what is possible. This truth is even more evident when there are layers of extensions to achieve a desired result. For instance, College Conductor is driving an EmberJS app with a JSON API powered by Django. The API uses the excellent Django REST Framework and the DRF JSON API extension.
Read More