Many to many logic

2014-02-18 Thread Mike Formica
I am creating a simple baseball app. I am stuck with my model to allow a team to have multiple players with multiple fielder rankings. For example player 1 is on Team A with a short stop rank of 2 but that same player on Team A could be a first baseman with a rank of 4. Can anyone help give

Questions about Django-socketio and uWsgi Nginx.

2014-02-18 Thread Chen Xu
I recently started a Django project that has a chatting feature, so I decided to use django-socketio. I am trying to setup my uWsgi and Nginx with django-socketio on EC2, but I have been struggling for a while. Not sure if SockerIOServer and uWsgi is are the right thing to use. I have posted a

Django and PrimeUI (Primefaces JS Library) integration

2014-02-18 Thread Livio Leoncio Ribeiro
I'm working on an app that integrates PrimeUI with Django. I hosted the code on bitbucket (https://bitbucket.org/livioribeiro/django-primeui) What's your opinions on it? -- You received this message because you are subscribed to the Google

Re: when I pip-installed django-debug-toolbar, the latest version of Django was installed automatically.

2014-02-18 Thread Xavier Ordoquy
> On Monday, February 17, 2014 9:56:09 PM UTC-8, jmin...@gmail.com wrote: > hi Frank, > > I appreciate it but seem that this situation is so unusual that people do > not understand. > I have done those already. > > > So I do > 1) pip uninstall django > 3) pip uninstall django-debug-toolbar

Re: when I pip-installed django-debug-toolbar, the latest version of Django was installed automatically.

2014-02-18 Thread donarb
On Monday, February 17, 2014 9:56:09 PM UTC-8, jmin...@gmail.com wrote: > > hi Frank, > > I appreciate it but seem that this situation is so unusual that people do > not understand. > I have done those already. > > > So I do > 1) pip uninstall django > 3) pip uninstall django-debug-toolbar >

Re: when I pip-installed django-debug-toolbar, the latest version of Django was installed automatically.

2014-02-18 Thread donarb
On Monday, February 17, 2014 9:56:09 PM UTC-8, jmin...@gmail.com wrote: > > hi Frank, > > I appreciate it but seem that this situation is so unusual that people do > not understand. > I have done those already. > > > So I do > 1) pip uninstall django > 3) pip uninstall django-debug-toolbar >

Re: Digging Up Django Class-based Views

2014-02-18 Thread alois . guillope
Ok thanks! On Friday, February 14, 2014 2:11:43 PM UTC+1, Leo wrote: > > Hi all, > > the third issue of the small series "Digging Up Django Class-based Views" > is out. > This latest post is about form views. > > You find the whole series here > >

Re: Digging Up Django Class-based Views

2014-02-18 Thread Tom Evans
On Tue, Feb 18, 2014 at 11:03 AM, wrote: > Seems great ! I am looking forward reading it. > > I have a question about class-based views (hope it's clear enough) : > I wanted to know when the views are instanciated and when there are garbage > collected In Django. The

Re: Digging Up Django Class-based Views

2014-02-18 Thread alois . guillope
Seems great ! I am looking forward reading it. I have a question about class-based views (hope it's clear enough) : I wanted to know when the views are instanciated and when there are garbage collected In Django. Thanks, Alois On Friday, February 14, 2014 2:11:43 PM UTC+1, Leo wrote: > >

Re: python path in webpage error message not virtual environment's

2014-02-18 Thread Russell Keith-Magee
On Tue, Feb 18, 2014 at 1:11 PM, knowledge_seeker < sanjivchristop...@gmail.com> wrote: > I understand the importance of doing projects in virtual environments, but > I am hitting one snag. > > When I have an error in django, and I get the generated webpage with an > error message, it shows the

Re: Question about the send of file versus the django server

2014-02-18 Thread Russell Keith-Magee
On Tue, Feb 18, 2014 at 4:10 PM, simone monteleone wrote: > Hi Russ, > > :) +1 for your example. > > I read the Django documentation and I find the Middleware chapter. > > It's possible using the Middleware layer to intercept the HTTP requests. > > The "script solution"

Re: Question about the send of file versus the django server

2014-02-18 Thread simone monteleone
Hi Russ, :) +1 for your example. I read the Django documentation and I find the Middleware chapter. It's possible using the Middleware layer to intercept the HTTP requests. The "script solution" remain the simplest solution. My goal is the implementation of system, composed by two devices: