~widelands-dev/widelands-website/django_staticfiles

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
This directory contains the widelands homepage django project. It needs a bunch of third party applications. A (maybe not complete list) is here:

* atomformat.py
    http://code.google.com/p/django-notification/
    in /notification/atomformat.py
* diff_match_patch.py
    http://code.google.com/p/google-diff-match-patch/
    in /python/diff_match_patch.py
* django-messages
    http://code.google.com/p/django-messages/
* django-notification
    http://code.google.com/p/django-notification/
* django-pagination
    http://code.google.com/p/django-pagination/
* django-registration
    http://bitbucket.org/ubernostrum/django-registration/wiki/Home
* django-tagging
    http://code.google.com/p/django-tagging/
* django-simplestats
    http://code.google.com/p/django-simplestats/
* django-comment_utils
    http://code.google.com/p/django-comment-utils/
* django-threadedcomments
    http://code.google.com/p/django-threadedcomments/

Not required apps:
* django-forumbr
    http://code.google.com/p/django-forumbr/
* django-inline
    http://code.google.com/p/django-inline/
* spenecoll
    http://sct.sphene.net/wiki/show/Start/

# Installation

Most of these subprojects have dependencies on their own. Install all of them.
Then put this directory and it's direct parent into your PYTHONPATH, create a
local_settings.py file with (at least) your database settings and launch the
testserver:

$ ./manage.py runserver