noisebridge / pyclass-project

Other
8 stars 2 forks source link

Creating new account causes weirdness #9

Closed eleddy closed 12 years ago

eleddy commented 12 years ago

I tried to create an account for test/test and it gave no message and no errors. In the end it created the account though. Do we need error catching? What's going on here?

andrewkitchell commented 12 years ago

I'm looking into this now. Starting by reading this (https://docs.djangoproject.com/en/dev/topics/auth/) and then will look into how some other apps work

Belgand commented 12 years ago

For me logging in and creating new accounts works. The only problem is that when you do either it tries to send you to a page that we don't yet have implemented (/accounts/profile/ and /user/$USERNAME/ respectively).

andrewkitchell commented 12 years ago

Good info -- thanks!

I'm reading through the Django book now, realize I can only really help once I get myself a bit more up to speed.

I'll get on this though as soon as I am back from Utah, next week, if you haven't already solved it by then.

Andrew Kitchell 206.409.4464

On Thu, May 10, 2012 at 2:03 PM, Mark Smith < reply@reply.github.com

wrote:

For me logging in and creating new accounts works. The only problem is that when you do either it tries to send you to a page that we don't yet have implemented (/accounts/profile/ and /user/$USERNAME/ respectively).

I also noticed that it only displays to a user that they're logged in on two pages: login and add interest.


Reply to this email directly or view it on GitHub:

https://github.com/noisebridge/pyclass-project/issues/9#issuecomment-5636618