Re: FW:

2013-05-04 Thread Ian Foote
Sorry for this everyone. My password wasn't strong enough. I've updated it now. Ian On 04/05/13 03:36, Kurtis Mullins wrote: Phishing Web Site (SPAM) On Sat, Apr 6, 2013 at 9:10 PM, Ian Foote <i...@feete.org <mailto:i...@feete.org>> wrote: Snip -- You received

FW:

2013-05-03 Thread Ian Foote
http://kyokushin-aoki.sakura.ne.jp/www/tvojdi.php -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this

Re: Stuck

2012-12-26 Thread Ian Foote
Others have commented on your indentation. You also have a typo: votes = models.IntergerField() should be: votes = models.IntegerField() Regards, Ian -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: Authenticate User with Django 1.5

2012-12-15 Thread Ian Foote
On 15/12/12 11:18, sebastien.mor...@gmail.com wrote: Hi, i've an authenticate problem with Django 1.5 All informations are herehttp://stackoverflow.com/questions/13883539/authenticate-with-django-1-5 but i'll resume the situation : I've a custum user model which looks like : class

django registration custom backend

2012-10-27 Thread Ian Foote
Hi, I'm trying to write a custom backend for django registration. (http://docs.b-list.org/django-registration/0.8/backend-api.html) I'm using python 2.7 and django 1.4. What I want is for an existing user with suitable permissions to be able to register accounts for new users. The new user

Email new users account details

2012-10-09 Thread Ian Foote
I'm working on a small website for a small walking/mountaineering club. We would like to create accounts for our members using the admin site, and automatically email their details. I've googled a bit, but it isn't obvious to me if I can do this. Ideally, we would add a username (email