Re: Django URLS

2016-11-17 Thread Antonis Christofides
Hi, Could you explain a bit better what you want and what you have achieved so far? Could you show us your urls.py and/or nginx or apache configuration? Regards, Antonis Antonis Christofides http://djangodeployment.com On 2016-11-17 20:17, Lekan Wahab wrote: > If i have a url like *fruits.com

Re: I don't understand the second paragraph on the Getting Started with Channels documentation

2016-11-17 Thread Andrew Godwin
Yes, this means "once you have installed channels", since it's in the channels documentation. I'll update that line to mention "with channels". Andrew On Thu, Nov 17, 2016 at 2:13 PM, wrote: > When you run Django out of the box, it will be set up in the default >> layout

I don't understand the second paragraph on the Getting Started with Channels documentation

2016-11-17 Thread psaod8fza9s
> > When you run Django out of the box, it will be set up in the default > layout - where all HTTP requests (on the http.request channel) are routed > to the Django view layer. What is meant with "on the http.request channel" in the context of "out of the box"? Out of the box Django does not

Annotate a List of Values

2016-11-17 Thread Matthew Pava
I am trying to annotate a list of values on a queryset. Basically, I have a model of Items that are associated many to many to Serial Numbers, and I want for each distinct Item the list of all Serial Numbers for that Item. -- You received this message because you are subscribed to the Google

Django URLS

2016-11-17 Thread Lekan Wahab
If i have a url like *fruits.com*, does anyone know how i can write my subdomain urls in django to be *apple.fruits.com* instead of * fruits.com/apple* ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

MultiTenant Connections

2016-11-17 Thread Emanuel Araújo
Hi, I need to implement multiconnections on distinct customers on my app. the cenario is: I have a website and my customers put on form a username. So, I need that Django connect on postgresql setting schema-name same a username on request. When I connect on postgresql with a username, the

Re: How to hook into the admin site to count login attempts with REST API / proxy?

2016-11-17 Thread T Thomas
Hi Daniel, Hope this email finds you well! We are App Innovation Technologies expertise in Microsoft SharePoint, with the latest .NET Framework 3.5, 4.0 and 4.5 and sound knowledge in developing WPF based window and web applications. We use PHP, Word-Press

Re: Do you modify third party code used in your projects?

2016-11-17 Thread T Thomas
Hi , Hope this email finds you well! We are App Innovation Technologies expertise in Microsoft SharePoint, with the latest .NET Framework 3.5, 4.0 and 4.5 and sound knowledge in developing WPF based window and web applications. We use PHP, Word-Press and

Re: Django Docs not returning search results - 1.10

2016-11-17 Thread Tim Graham
It's a known issue: https://github.com/django/djangoproject.com/issues/713 The Django docs don't contain information about third-party packages, however, so searching there to find information about kivy isn't the correct place. On Thursday, November 17, 2016 at 4:23:40 AM UTC-5, Sayth Renshaw

Re: Django Docs not returning search results - 1.10

2016-11-17 Thread Fabio C. Barrionuevo da Luz
kivy-django is not a Django Software Foundation project and i don't know who is creator and owner of this project -- Fábio C. Barrionuevo da Luz Em 17/11/2016 06:23, "Sayth Renshaw" escreveu: > Hi > > Trying to check if this is an odd problem I am expereincing or

Django Docs not returning search results - 1.10

2016-11-17 Thread Sayth Renshaw
Hi Trying to check if this is an odd problem I am expereincing or there is an issue. I have tried searching the django docs for Kivy in regards to the https://pypi.python.org/pypi/kivy-django/1.9.1 package which refers to the docs for further information. Search terms used: kivy kivy-django