Re: django-registration custom fields

2010-06-01 Thread gin tonic
I'm following the praveen tutorial as well but I'm receiving the error: "SiteProfileNotAvailable at /accounts/register/" What am I missing here. On May 31, 1:32 pm, Pankaj Singh wrote: > Thanks my problem has been resolved :) -- You received this message because you are subscribed to the Goog

Re: Can't access Django Dev Server.

2010-05-31 Thread gin tonic
FIXED: settings.py > was ADMIN_MEDIA_PREFIX = '' settings.py > is now ADMIN_MEDIA_PREFIX = '/media/' On May 31, 3:15 pm, gin tonic wrote: > Also, I can connect to other projects, just not this one. Seems like > I'm overlooking something in settings.py o

Re: Can't access Django Dev Server.

2010-05-31 Thread gin tonic
Also, I can connect to other projects, just not this one. Seems like I'm overlooking something in settings.py or urls.py. What would cause it to give no errors while not connecting? On May 31, 1:31 pm, gin tonic wrote: > Nope. > > But, there were changes in with some of the setti

Re: Can't access Django Dev Server.

2010-05-31 Thread gin tonic
ote: > any firewall?? > > On Sat, May 29, 2010 at 8:03 PM, gin tonic wrote: > > > > > My development server is running but when I attempt to access it at > > the localhost 127.0.0.1:8000 I receive a page not found error while my > > command shell shows no attem

Can't access Django Dev Server.

2010-05-29 Thread gin tonic
My development server is running but when I attempt to access it at the localhost 127.0.0.1:8000 I receive a page not found error while my command shell shows no attempt to access the site. No error messages. No sign of a connection attempt. Anyone ever seen this before? Thanks. -- You receive

Re: 500 internal error when posting

2010-01-07 Thread gin tonic
Add: from django.http import HttpResponse -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.c