Skip to content

Getting started (for new developers)

rebekkjm edited this page Jun 30, 2011 · 16 revisions

Important extra info

In your shell configfile (.bashrc, .zshrc etc) you will need:

export DJANGO_SETTINGS_MODULE=devilry.projects.dev.settings

Devilry requires docutils. Docutils is often available in package managers (apt, port, ....). Or you can install it with:

sudo easy_install docutils
Clone this wiki locally