summaryrefslogtreecommitdiffstats
path: root/stackexchange/README
blob: 4d3f775087f0ce37bb9851bbe13a8db6bc700aac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
this app's function will be to:

* install it's own tables
* read SE xml dump into DjangoDB
* populate osqa database
* remove SE tables

So far models are automatically created via:

1) add 'stackexchange' to the list of installed apps
2) type commands

    cd stackexchange
    python parse_models.py SE_DUMP/xsd/*.xsd > models.py
    cd ..
    python manage.py syncdb