Re: cx_Oracle - Django ORM - Reference Count Increase

2014-12-29 Thread Guddu
Thanks MichielThat was the problem indeed. I had Debug=True. Changing it to False solved the issue for me. Regards, Guddu On Saturday, 27 December 2014 19:16:02 UTC-3, Michiel Overtoom wrote: > > > On Dec 27, 2014, at 22:23, Anurag Chourasia wrote: > > > I have a Long Running Python

How to generate the docs with the new style?

2014-12-29 Thread Aliane Abdelouahab
hi, i asked the question in SO but still nothing, can the devs share the new style to the github repo? http://stackoverflow.com/questions/27673432/django-docs-with-the-new-style -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

modelformset question - interspersing extra forms among existing forms

2014-12-29 Thread Richard Brockie
Hi, I have the following pseudo model that I will use as the basis of a modelformset: class Entry: athlete = ForeignKey(athlete) category = ForeignKey(category) race_number = IntegerField I have a page that displays each athlete's details so the choice of athlete has already been

Re: Template Not Applying - Django Polls Tutorial (Newbie Question)

2014-12-29 Thread Ken Wayne
That was it... On Friday, December 26, 2014 4:45:13 PM UTC-6, Collin Anderson wrote: > > Hi, > > This one comes up a lot. It's confusing because {% block title %} is the > _html_ , the title of the browser tab. > > You want to change {% block branding %}. > > Collin > > On Tuesday, December 23,

Re: how to use apache instead of django_server

2014-12-29 Thread Gerald Klein
You need both apache and uwsgi or something like gunicorn, gunicorn is easier to configure. Basically your apache server will listen on 80 and them proxy python code to the app server On Mon, Dec 29, 2014 at 12:09 PM, phil...@bailey.st wrote: > > Hello there, > > if you are

Re: Optimizing admin change view with inlines

2014-12-29 Thread 'Petros Moisiadis' via Django users
Hello Collin, On 12/29/14 07:25, Collin Anderson wrote: > Hi Petros, > > I think the raw_id_fields still display the __str__/__unicode__ of the > selected object so therefore need to get queried. I wonder if > select_related would possibly help? > I do have select_related in the queryset (look

Re: how to use apache instead of django_server

2014-12-29 Thread phil...@bailey.st
Sorry, just forgot to attach the link https://forge.puppetlabs.com/pbailey/django_bootstrap Best, Phillip On 29/12/14 18:09, phil...@bailey.st wrote: > > Hello there, > > if you are familiar with puppet you can take a look to this module. > > Best, > > Phillip > -- You received this

Re: how to use apache instead of django_server

2014-12-29 Thread phil...@bailey.st
Hello there, if you are familiar with puppet you can take a look to this module. Best, Phillip On 29/12/14 17:26, th.gran...@free.fr wrote: > Merci > Thanks > > just another question > > when you don't use apache but the internal server of Django you start > the command runserver for

Re: how to use apache instead of django_server

2014-12-29 Thread th . granier
Merci Thanks just another question when you don't use apache but the internal server of Django you start the command runserver for loging to django admin how to connect with apache? Many thanks T. Le lundi 29 décembre 2014 13:11:01 UTC+1, th.gr...@free.fr a écrit : > > Hello > > i'm a very

Re: Django vs ExtJS

2014-12-29 Thread Guilherme Leal
Sincerely, I can't see the ExtJS's Models as true models on an MVC (or MVT for instance) context, since the only real uses I've seen of them is to bind form controls to any "model like" (basically anything) structure. Therefore, the best comparsion for the ExtJS would be AngularJS (this is my

Django App for synchronizing File upload

2014-12-29 Thread Abdulhakim Haliru
Hello Guys, Here is my requirements.. I need to upload heavy files to a django app. the users should be able to sync the file upload in the background. This technique can be seen in file sharing services like 4shared and dropbox. I know java is the way to go but I am wondering if something

Django vs ExtJS

2014-12-29 Thread Joris Benschop
Hi List, I;m a data maangement specialist in a rather large multinational. I'm trying to push Django as a fast development framework for front-end applications of our databases. Currently the company is focusing on Sencha ExtJS and java solutions. Can you help me with pointers why Django is

Re: how to use apache instead of django_server

2014-12-29 Thread Masklinn
On 2014-12-29, at 13:11 , th.gran...@free.fr wrote: > Hello > > i'm a very new user of python and i'd luke to install Django > i want to use apache server instead of the internal Django server. > > i read the documentation and installed wsgi > but now i don't know how to connect Django admin via

how to use apache instead of django_server

2014-12-29 Thread th . granier
Hello i'm a very new user of python and i'd luke to install Django i want to use apache server instead of the internal Django server. i read the documentation and installed wsgi but now i don't know how to connect Django admin via apache!! thanks for your help T -- You received this message