uploaded by works, and now you can view art on its own page.
[zzz-floof.git] / floof / websetup.py
index 7caeed0..b1611c9 100644 (file)
@@ -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)