X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/c03a740f65ea24ba6567b0ef75f3785faae37d42..065bd5b754cc6e6ea5da17e11a939f7a5b34da75:/floof/websetup.py diff --git a/floof/websetup.py b/floof/websetup.py index 7caeed0..b1611c9 100644 --- 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)