Improving the Django CMS blog admin interface
Using some of the new apps available for Django CMS 3.x along with a little config, we can make the process of adding a blog article much easier.
Using some of the new apps available for Django CMS 3.x along with a little config, we can make the process of adding a blog article much easier.
We've been using Django Haystack to provide search in our Django projects for a while now, and we've had some hard won wisdom we thought we should share with the world.
We frequently have multiple copies of a site running - the production server, the staging server and the local development copy. You want to be sure you are editing the correct site, and haven't switched sites by mistake. This post shows some methods to make it obvious which copy you are looking at.
Mistakes happen. We accept that, and we clean up our own mess. But we do try to learn from our mistakes, and bake the lessons into our processes so they ...
We wanted to have a VNC server for client demos and for remote pairing on tasks. Our old VNC server was in the office, so the bandwidth available to anyone ...