projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More thorough support for comment threading.
[zzz-floof.git]
/
floof
/
websetup.py
diff --git
a/floof/websetup.py
b/floof/websetup.py
index
7caeed0
..
b1611c9
100644
(file)
--- a/
floof/websetup.py
+++ b/
floof/websetup.py
@@
-18,6
+18,7
@@
def setup_app(command, conf, vars):
# Initialisation here ... this sort of stuff:
# Users
+ from floof.model.users import IdentityURL, User
identity_url = IdentityURL(url=u'http://eevee.livejournal.com/')
user = User(name=u'Eevee')
user.identity_urls.append(identity_url)