Re: (Re)Learning Django
Hi, Django 1.2 was a greate update of this exelent framework. The new features introdused in this version was coverd on DjangoAdvent.com. Unfortunely looks like this site is not working any more. You can find the DjangoAdvent articles on github https://github.com/djangoadvent/djangoadvent-articles 2011/12/25 Timothy Makobu > Hi, > > The book is 2 years old, but it's still the best resource I have found > that helps me *understand* Django. It covers 1.x, and the current stable > release is 1.3 > > Is there a newer resource that's just as comprehensive? > > > > On Sat, Dec 24, 2011 at 5:44 PM, Alec Taylor wrote: > >> Maybe go through the tutorials here: >> https://docs.djangoproject.com/en/dev/intro/tutorial01/ >> >> Should be a quick refresher, and you'll remember all :) >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To post to this group, send email to django-users@googlegroups.com. >> To unsubscribe from this group, send email to >> django-users+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: django-cas-consumer template question
Your user must be redirected from django-cas-consumer login view to django-cas-provider login. Login form is shown on service with django-cas-provider. On Fri, Apr 29, 2011 at 7:30 PM, Stodge wrote: > django-cas-consumer -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: django-cas-consumer template question
Your user must be registered on service with django-cas-provider. Insead of django-cas-consumer i recomend to use django-cas [1] [1] http://code.google.com/p/django-cas/ On Fri, Apr 29, 2011 at 8:48 PM, Stodge wrote: > Of course! Thanks - I have the template working, now I need to get the > login functionality working for the consumer. > > > > On Apr 29, 9:35 am, Alex Kamedov wrote: > > Your user must be redirected from django-cas-consumer login view to > > django-cas-provider > > login. Login form is shown on service with django-cas-provider. > > > > On Fri, Apr 29, 2011 at 7:30 PM, Stodge wrote: > > > django-cas-consumer > > > > -- > > Alex Kamedov > > skype: kamedovwww: kamedov.ru > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: How to create user on mobile app for Django site?
On Fri, Jun 3, 2011 at 5:05 AM, Eric Chamberlain wrote: > Currently, we are looking at tastypie, piston is currently bogged down with > a who will maintain it and where debate. > > I have some expirience with piston about the half year ago. It isn't allow to use difrent field sets of the same model in diffrent handlers. According to docs tastypie has better design and looks like better than piston in my use case. Thanks! -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: Need help getting this snippet to work in Django 1.2...
It'll be better to use validators with IntegerField https://docs.djangoproject.com/en/1.3/ref/models/fields/#validators https://docs.djangoproject.com/en/1.3/ref/validators/ In this case you can specify allowed year range. On Sat, Jun 11, 2011 at 9:25 AM, mhulse wrote: > Hi Martin! Thanks so much for the help, I really appreciate it. :) > > > > The snippet is a form field, not a model field. > > Well, that would explain things! Lol. > > When I read this in the instructions: > > "Usage eg: yob = BirthYearField(label="What year were you born?")" > > I thought that was a model field. > > Thanks for pointing me in the right direction! :) > > Have a nice day. > > > Cheers, > Micky > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/BPbNW-I4VC8J. > > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: ANN: django-iadmin
I agree with Thomas, It'll be great it you are providing screenshots or demo project. On Mon, Jul 4, 2011 at 7:01 PM, Thomas Weholt wrote: > Did you have any screenshots? Didn't see any. > > Thomas > > On Mon, Jul 4, 2011 at 2:55 PM, Stefano Apostolico wrote: > > Hi all, > > > > I would like some feedback on > > https://github.com/saxix/djangoscreenshots-home-page-iadmin. > > > > Documentation in progress, but demo application included. > > > > Suggestions and comments are welcome, any help will be appreciated > > > > > > sax > > > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group. > > To post to this group, send email to django-users@googlegroups.com. > > To unsubscribe from this group, send email to > > django-users+unsubscr...@googlegroups.com. > > For more options, visit this group at > > http://groups.google.com/group/django-users?hl=en. > > > > > > -- > Mvh/Best regards, > Thomas Weholt > http://www.weholt.org > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: Dates BC
Hi! I have the same problem in one of my projects. I used 2 fields for it. One is standart DateField and another is BooleanField. If the second is True I suppose the date is BC. This aprouch is very simply and work with all Django supported databases. On Tue, Jan 18, 2011 at 3:52 AM, Christophe Pettus wrote: > > On Jan 17, 2011, at 2:00 PM, Ben Dembroski wrote: > > I'm a relative newbie to both Python and Django, and in the middle of > > my first Django project. My client is asking me to store and process > > dates -- including dates BC. > > Unless you have a strong need to do date arithmetic on the dates, or you > can use a different database (like PostgreSQL) that has more robust date > support, it might be easier to represent the dates as stylized strings, or > as integers on a uniform calendar like the proleptic Julian calendar, > instead of using the built-in date type. > > -- > -- Christophe Pettus > x...@thebuild.com > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: Advice: project hosting apps
Eclipse mylyn can be integrated with Redmine too. We are using Redmine with some plugins for time sheduling, SCRUM support and generating charts about 2 years. It's very nice, but not all good plugins is stable. On Tue, Apr 5, 2011 at 9:03 AM, Sells, Fred wrote: > Eclipse mylyn -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.