Error when adding project
Jeremy Kerr
jk at ozlabs.org
Thu Jan 8 11:28:00 EST 2009
Hi Andrew,
> When I add a project and go to my root directory, I get:
> DoesNotExist at /project/LISTID/list/ (where LISTID is the listid
> from the projects page)
> UserProfile matching query does not exist.
You're trying to access the project area as your admin user, is that
correct?
Because the admin user was set up before any of the actual patchwork
database (ie, just as part of the django install process), there is no
'UserProfile' object for that user. It's a bit of a hack, but at the
moment, you just need to manually add a UserProfile object for yourself
in the patchwork admin interface.
Cheers,
Jeremy
More information about the Patchwork
mailing list