Re: tracking intent during password reset process

2014-09-05 Thread Koed00
I've been adding #tags to my auth urls to redirect traffic after signups and resets. This keeps most of the routing intact, but gives you a hook to redirect on in a later stage. However, I'm not using django-registration so I can't give you any examples. On Friday, September 5, 2014 11:23:54 PM

Re: deploying django on heroku

2014-09-05 Thread Koed00
Looks like Gunicorn can't find your app module hellodjango.wsgi Did you make a wsgi.py in your app folder as described in the Heroku docs? On Friday, September 5, 2014 12:19:25 PM UTC+2, ngangsia akumbo wrote: > > i had a problem trying to deply django on heroku > > yems bphotel # foreman start >

Problems with removing South after upgrading to 1.7

2014-09-04 Thread Koed00
Not sure if this is a bug , so I'll report it here. After upgrading to Django 1.7 and running all the migrations, I removed South from the installed apps. This led to to this error popping up on every migration: duplicate key value violates unique constraint > "auth_permission_content_type_id_