Viewing posts from January, 2013
UPDATE December 8, 2014: I now believe the `runserver` is an anti-pattern. All development should be on a VM.
In this demonstration, we will install the python applications `virtualenv`, `virtualenvwrapper`, the excellent open source Mezzanine CMS, and the Django "web framework for perfectionists with deadlines". We will create a basic Mezzanine project populated with sample data, run the Django development server, and access and admin of the site at http://127.0.0.1/.