Re: Recommended courses/materials for Python/Django course...

2016-06-19 Thread Fred Stluka
Thanks for the feedback! --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no W

Who than uses for view RSS or Atom?

2016-06-19 Thread Seti Volkylany
Django have a good docs about create RSS or Atom. But no mentions of good solution for human-read this RSS(Atom). Give me advise for good and free choice to solve this the problem. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscrib

How is best solution for builing chars in django (in admin too)?

2016-06-19 Thread Seti Volkylany
I visit https://www.djangopackages.com/grids/g/charts/ and could not found production/stable good solution for Django project. Who has some expirience builing a real project, please be so kind give me advice. Google Charts do not offer (not offline) -- You received this message because you are

Re: Seek for Django projects

2016-06-19 Thread Mwaoshe Njemah
Several CMS projects exist on Github currently that you could contribute to. Also I am currently looking to build a no/low budget CMS for a pet project. We could collaborate on that. Regards, On 6/19/16, Jen wrote: > Hi there, > I've built a test website by Django and accumulated certain experien

Re: Error running Django tutorial

2016-06-19 Thread David Bon
I was having the exact same problem. In fact I was not modiying the right urls.py On windows dirs i've got: mysite/ urls.py In fact there the in your -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and sto

Seek for Django projects

2016-06-19 Thread Jen
Hi there, I've built a test website by Django and accumulated certain experience of Django. I'd like to get the advice on what I shall do as the next steps to enhance my django and web app skillsets. Is there any project that I can contribute? or how to get a chance to participate the develo

Re: I need an expert Postgresql.

2016-06-19 Thread Simon Charette
Hi Seti, I suppose this has to do with your Func subclasses not defining an `output_field`. You might want to have a look at the Cast function's implementation which will be part of Django 1.10 for more details[1]. It should allow you to do the following: self.annotate(s=Cast('scoppe', models

Re: Prefetch Related with Multiple Column Join

2016-06-19 Thread Simon Charette
Hi Ram, I suggest you open a new feature request to document ForeignObject as a public API. Cheers, Simon Le dimanche 19 juin 2016 02:26:29 UTC-4, Ram Jayaraman a écrit : > > Hi Simon, > > Thanks a lot for the response again! I really appreciate your time. I saw > the uniq_together but didn't r

I need an expert Postgresql.

2016-06-19 Thread Seti Volkylany
I am try to conver from numberic to string a result of annotated field (created by a annotation). I am wrote my Func as next: class ToStr(Func): """ """ function = 'CAST' template = '%(function)s(%(expressions)s as TEXT)' class ToChar(Func): """ """ funct

How to proceed with the parametr "limit_choice_to"?

2016-06-19 Thread Seti Volkylany
On the one hand it is restriction choice in admin, but on the onther hand if limit_choice_to is {'is_active': True} on model Article, then user posted its article in past and all right. In case if user now is not active, he does not cease to be author of the article but in admin now is not displ