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 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
