Registrion activate.html 0.8

2010-11-03 Thread craphunter
figuration file? Craphunter -- 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

Re: Checkbox registration from

2010-10-04 Thread craphunter
still don't get it. what do I have to type in my template?! tia craphunter On 29 Sep., 22:30, aa56280 <aa56...@gmail.com> wrote: > You'll have to use the RegistrationFormTermsOfService class instead of > RegistrationForm. -- You received this message because you are subscribed t

Re: Checkbox registration from

2010-09-29 Thread craphunter
Sorry! HOW do I implement this in my registration_form.html -- 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

Checkbox registration from

2010-09-29 Thread craphunter
! craphunter -- 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.com. For more opti

Re: SITE_ID

2010-09-25 Thread craphunter
Yes, I have read it, but I don't really get it. What ist the meaning? What do I have to do?! Craphunter On 25 Sep., 16:50, craphunter <craphun...@yahoo.de> wrote: > Hey, > > I do have problem with SITE_ID. I don't really get this. What is it? > > I am using the django regist

Re: SITE_ID

2010-09-25 Thread craphunter
Yes, I have read it, but I don't really get it. What is the meaning of it? Craphunter On 25 Sep., 16:51, Max Countryman <m...@me.com> wrote: > http://docs.djangoproject.com/en/dev/ref/settings/?from=olddocs#site-id > > On Sep 25, 2010, at 10:50 AM, craphunter wrote: > > &

SITE_ID

2010-09-25 Thread craphunter
te in your database and set the SITE_ID setting to fix this error. Am I right that I do have to set an ID in my database? For example mysql > test.db table 1? settings.py SITE_ID = 1 Can somebody write me a little tutorial? Thanks, Craphunter PS: Sorry, newbee! -- You received this messag

Stucked in Tutorial 3

2010-08-22 Thread craphunter
lative paths. ) I get this answer if I type this in my browser "http://127.0.0.1:8000/ polls": File "/home/username/dtest/mysite/../mysite/polls/views.py", line 13 return HttpResponse(t.render(c)) SyntaxError: 'return' outside function What is wrong? Thanks for he