summaryrefslogtreecommitdiff
path: root/docs/en/install.rst
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-02-19 11:09:26 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-02-19 11:09:26 +0100
commitd2f705ef0d03a7ace25c78152bf5d7a3d85fa914 (patch)
treed780d992b0937ba1b010332c8e623c54cdfbbae1 /docs/en/install.rst
parentdce6d0499efe505096495b36728eeb8c9fb8ced1 (diff)
parent4a5f51d26982fe04eae01ee6ca0bbdb8b3153173 (diff)
downloadChimère-d2f705ef0d03a7ace25c78152bf5d7a3d85fa914.tar.bz2
Chimère-d2f705ef0d03a7ace25c78152bf5d7a3d85fa914.zip
Merge branch 'master' of ssh://etienne@daenerys.peacefrogs.net/var/local/git/chimere
Diffstat (limited to 'docs/en/install.rst')
-rw-r--r--docs/en/install.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/en/install.rst b/docs/en/install.rst
index ff8ac46..1bb5771 100644
--- a/docs/en/install.rst
+++ b/docs/en/install.rst
@@ -141,11 +141,14 @@ Another solution is to get it from the Git repository::
Creating a custom project template
**********************************
-There, a default project is provided (*example_project*). Copy and modify
-it (or get another project based on Chimère)::
+A default project can be found on `Gitorious
+<https://gitorious.org/chimere-example-project/chimere-example-project>`_. Get
+it and start a new project with it (or get another project based on Chimère)::
cd $INSTALL_PATH/chimere
- cp -ra example_project mychimere_project
+ git clone git://gitorious.org/chimere-example-project/chimere-example-project.git
+ django-admin startproject --template=chimere-example-project mychimere_project
+ rm -rf chimere-example-project
Your project name is used for the name of the Python package of your template.
As a Python package it should follow the rule of Python variable name: