-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with pinax.apps.account #1
Comments
You could probably add this to utils or something. Or just leave it here for reference ;) |
Oops, the line in init should be this instead:
|
Thanks for the report. I'm not sure this belongs in lazysignup itself - I certainly don't want to grow a dependency on the accounts app! But it might be a useful note for the docs. I'll leave the ticket open for now, and review this for inclusion next time I make changes. |
You're right, I'm not sure where it's best to put it. Doesn't belong in pinax either. It's not entirely unlikely that someone would want to use this package w/ pinax though, so some note of it would be nice. |
If more than documentation was required, I'd probably just drop a pinax.py in there, containing the integration code. I imagine it'll get done when I do a Pinax project :) Of course if you wanted to fork the project and add it with docs and tests, I'd be happy to merge that. The tests already use the mock package, so you should be able to mock out any parts of the Pinax framework required. |
I'm using the .9x master dev version of Pinax and was able to get lazysignup working with pinax's account app with the following form, which I pass to the convert view:
The text was updated successfully, but these errors were encountered: