AttributeError 'LegacyFallbackStorage' object has no attribute 'append'

Jeremy Kerr jk at ozlabs.org
Tue Dec 21 12:39:46 EST 2010


Hi Ross,

> After I created a user and logged in I get this error:
> 
> This is on a database that was migrated from mysql to postgres using
> dumpdata and loaddata with YAML. At the same time patchwork was upgraded
> to the latest git version.

This error would indicate that the user you're logging-in as does not have a 
corresponding userprofile. Did you create the user through the patchwork 
interface, or the django admin? If you used the latter, you'll need to also 
create a UserProfile for that user.

However, this may not be the original problem; let me know how this goes, or 
if you have further trouble.

Cheers,


Jeremy


More information about the Patchwork mailing list