An open API service indexing awesome lists of open source software.

https://github.com/keegancsmith/umonya-website

Mirror of my bzr branch of the Umonya website
https://github.com/keegancsmith/umonya-website

Last synced: 4 months ago
JSON representation

Mirror of my bzr branch of the Umonya website

Awesome Lists containing this project

README

        

.. -*- mode: rst -*-

================
Umonya Website
================

This repository stores the code for http://umonya.co.za/

The canonical location for this repository is at
http://code.launchpad.net/umonya-website/ [bzr].

Alternative mirrors:

* https://bitbucket.org/keegan_csmith/umonya-website [hg]
* https://github.com/keegancsmith/Umonya-Website [git]

Deployment
==========

It is expected that this website is deployed using a virtual environment. You
can install the requirements using::

pip install -r requirements.txt

Hosting can then be done using any webserver that supports WSGI. There are
alternative methods of deploying this website, see the Django documentation
for more options.