Feb. 14, 2019 Chris Shaw Tutorials 4 views
Getting the static files to display correctly when hosting your django site on a shared server is quick and easy in a few steps.
Feb. 13, 2019 Chris Shaw Tutorials 2 views
I will start by stating, this is probably not the best practice, but it is really convenient to be able to connect to and edit you live site using Atom on your machine. It certainly beats shelling in and editing with an editor like Vim or trying to use the cPanel file manager to find and edit files.
Feb. 12, 2019 Chris Shaw Tutorials 3 views
In a previous article, I showed how to easily deploy django on a shared server. Shared servers also provide a options of database servers that you can use for your project.
Jan. 30, 2019 Chris Shaw Tutorials 53 views
The Aldryn news/weblog application for django CMS come with some very handy plugins to list and display articles that can be very easily added to django CMS pages. Plugins contain their own template files that can be easily overridden to suit the overall look of the site.
Jan. 28, 2019 Chris Shaw Tutorials 103 views
Moving you django project from a local development environment to the open internet can be a daunting task, especially when you have a tight budget. There are free options with pythonanywhere and Heroku and probably others. For my first 'live' project, I used pythonanywhere for a while, but found it limiting. I wanted the freedom and the budget prices that shared servers offer, that I had gotten used to developing wordpress and other php based websites.