SimpleProject
SimpleProjectIn the communitytools/examples directory you can find a 'simpleproject' folder containing a very minimal django project which uses Sphene Community Tools.
1. Getting Started
It's easy to get started, these are the steps:
- Install Python and Django
- Download Sphene Community Tools. (See Downloads) -- Make sure all Django patches are applied (communitytools/patches) see Documentation -> Installation -> Appy Patches
- Change into the directory communitytools/examples/simpleproject
- Create a file called settings_local.py and customize DATABASE_ settings.
- Run: ./manage.py syncdb -- It will ask you to create a superuser - do so ..
- Run: ./manage.py runserver
Now you should already be able to go to http://127..0.1:8000/ and log in, and play around with the Wiki and Board.
2. From Scratch
While creating SimpleProject i wrote down every single step: Tutorial
You can use this Tutorial to create your own project from scratch or intergrate it into your own existing django project.
Last Modified: 2007-02-25 19:52:47 by Herbert Poul - [ Snip Changes ] [ Wiki History ]
0 Comments
No comments yet.
Please login to create a new thread.