Re: Vim plugin that does Django code completion?

2017-07-09 Thread Bernd Wechner
For what it's worth I use PyDev which is free. And am very happy with it. Though I donate money now and again because it is so good and free. On 9/07/2017 10:33 PM, Gabriel - Iulian Dumbrava wrote: I also suggest buying a PyCharm license. If you are working on a professional level and you

Django Inner Join Queryset where there is no foreign key relation between two tables

2017-07-09 Thread Amisha Hans
down votefavorite Please Help ! I Want to know the inner join Queryset for the below mentioned raw oracle Query : - select

Re: Картинки в Django

2017-07-09 Thread Alceu Rodrigues de Freitas Junior
I don't have the slightest idea of what you wrote here, but the default language for this list is English... Em 09/07/2017 06:58, Юра Доренский escreveu: Всем доброго дня. Встал вопрос как реализовать картинки в Django. С текстом всё понятно создается модель, и потом вытаскивается с базы А

Картинки в Django

2017-07-09 Thread Юра Доренский
Всем доброго дня. Встал вопрос как реализовать картинки в Django. С текстом всё понятно создается модель, и потом вытаскивается с базы А с картинками ка быть можно ли их тоже забить в базу а потом подставлять в html Или их надо хранить в проекте в папках и потов в html указывать путь к

Vim plugin that does Django code completion?

2017-07-09 Thread Gabriel - Iulian Dumbrava
I also suggest buying a PyCharm license. If you are working on a professional level and you have to do remote editing you'll most likely need to use line by line remote debugging. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: Django Channels compatibility with Google App/Compute Engine?

2017-07-09 Thread Andrew Godwin
Hi Alex, I don't have any specific advice for GCE - I'm not really sure what their special requirements are. You'll probably have to experiment and see if it's possible with what they supply. Andrew On Sat, Jul 8, 2017 at 1:47 AM, Alex Z wrote: > Hello! I'm really new

Re: Channels: Sudden & Mysterious 400 Bad Request

2017-07-09 Thread Andrew Godwin
I don't really know what's going wrong then, I guess - 400 Bad Request is not something you'd get from misconfiguration usually. Do you get it from Nginx serving a static file too, or just when it proxies through? Andrew On Fri, Jul 7, 2017 at 7:55 PM, wrote: > I'm using