-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
32 lines (22 loc) · 726 Bytes
/
README
File metadata and controls
32 lines (22 loc) · 726 Bytes
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
microblog
=========
This is a sample Django microblogging app.
It's being built for demonstration at the local GNHLUG PySIG.
This code is copyright (c) 2009 Walter Mundt, and is available
for use under the GNU Affero General Public License, version 3 or later.
See the file COPYING for license deails.
-------------
Prerequisites
-------------
To use this app, you will need:
* django 1.0 or later
* django-registration 0.7 or later
* django-tagging 0.3 or later
(or pre-0.3 dev checkout until 0.3 is released)
* PostgreSQL
* psycopg2
For the XMPP functionality, you'll also need:
* Twisted, version 8.2.0 or later recommended
* PyPgSQL (python-pgsql package on ubuntu)
* Wokkel 0.4.0 or later
* Idavoll