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
- Host: GitHub
- URL: https://github.com/keegancsmith/umonya-website
- Owner: keegancsmith
- Created: 2011-07-06T22:32:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-24T15:09:52.000Z (almost 14 years ago)
- Last Synced: 2024-12-28T15:27:45.631Z (6 months ago)
- Language: Python
- Homepage: https://launchpad.net/umonya-website
- Size: 531 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.