tangowithcode / tango_with_django_19

A beginners guide to web programming with Python / Django 1.9
Apache License 2.0
207 stars 188 forks source link

Chapter 15 paragraph 3, register profile ignored #53

Closed imanvanassum closed 5 years ago

imanvanassum commented 7 years ago

Hi guys,

Really love the book but I'm hopelessly stuck. At the point where we should've redone the registration form so that it first creates a user and then goes to step 2, I'm not getting my views because the django-registration-redux app keeps insisting everything should go to the account app we've written in a previous chapter.

Already went over the code 10 times, checked the leifos repository but that's untagged so only in its final form it seems (or I'm missing something) and tried several ways to get the app to stop looking at accounts/register/, but it's no use.

I thought I was getting the hang of it and found ways around the numerous hiccups I ran into in previous chapters, but this one is doing my head in. Would appreciate any help you or the community can give me.

https://github.com/imanvanassum/rango

Kind regards, Iman van Assum

imanvanassum commented 5 years ago

Closing this after 2.5 years.