Re: Django/python free Training

2020-12-20 Thread cubells
ge me > here on concepts and projects you want covered and i will start immediately. > I'm interested too manucho. -- Atentament, cubells. -- -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: Using standard Django admin User forms for Custom User model?

2013-08-05 Thread cubells
S , Vicent Cubells, Tel: 659 06 36 1w4. - Reply message - From: "Victor Hooi" To: Subject: Using standard Django admin User forms for Custom User model? Date: dl., ag. 5, 2013 11:21 Hi, I got it working at a basic level by just registering against UserA

Re: Tutorial three '-pub_date'

2012-07-03 Thread cubells
It means "in descending order" , Vicent Cubells. - Reply message - De: "Smaran Harihar" Para: Asunto: Tutorial three '-pub_date' Fecha: mar., jul. 3, 2012 20:33 Hey Djangoers, I am on the tutorial 3, and found this code where we are modifying the view i

Re: Post url incorrect on syndication

2012-03-14 Thread cubells
> cubells : > Hi all: In order to show my feeds blog I have a class: class BlogFeed(Feed): title = "MySite" description = "Some ramblings of mine" link = "/blog/feed/" def items(self): return Post.objects.all().order_by("-created")[:2] def

Post url incorrect on syndication

2012-03-13 Thread cubells
post url that is shown in feeds is http://example.com/blog/4 when It should be http://vcubells.net/blog/4 What's the problem? I don't see what I'm doing wrong. Thanks a lot! -- cubells web: vcubells.net microblogging: identi.ca/cubells xmpp: cube...@jabber.org -- -- You re

Re: Which IDE do you choose with django?

2008-10-13 Thread Cubells
En/na zjffdu ha escrit: > I am a newbie of django, and want to know which IDE is suit for > django? > vim is a good option... Cheers, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To po

Re: Module not callable (Practical Django Projects)

2008-08-24 Thread Cubells
En/na marsii ha escrit: > excerp_html = models.TextField(editable=False, blank=True) > _ ↓ excerpt_html = models.TextField(editable=False, blank=True) You have only that mistake in the code you've attached... Your models.py works on my system. Cheers... --~--~---

Re: Module not callable (Practical Django Projects)

2008-08-24 Thread Cubells
En/na marsii ha escrit: > Hi! > I working whit the book Practical Django Project and have a problem > with th weblog example. > > (I have Django revision 8511. > > I got the following error when I try to add an entry: > --- > TypeError at /admin/co