Skip to content

Getting started (for new developers)

espenak edited this page Jul 13, 2011 · 9 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