CoderzHub – Part 2

Posted on

Coderzhub code samples. Codershub is a social network for coders and aims to bring coders together on original projects. Projects are imported from Github for a link to code can be established.  The previous post defined the models, and the way the view and controller are used in Django requires a definition of the business code to […]

Read More

CoderzHub – Part 1

Posted on

This project was first created sometime in mid 2014. I think. A two part series on the overview and then the implementation with code snippets. Coderzhub, is a website dedicated to bringing coders of all skills together to code and to further the progress of a project. The entire code of the project, Coderzhub can be […]

Read More

Deploy Mezzanine to Ubuntu 14 server on DigitalOcean with Fabric

Posted on

This guide will hopefully be useful to you in deploying your Mezzanine 4 application and Django 1.9 to a Ubuntu 14 cloud server on DigitalOcean with Nginx and a Postgres database. Quite a mouthful. We will be using Fabric to install and deploy the application. Mezzanine, a promising open sourced content management system built on top the popular Python Web framework, Django. Knowledge of Python and Django is not really necessary but […]

Read More