Re: How to automatically test Django apps

2013-12-18 Thread Michael Herrmann
On Tuesday, December 17, 2013 4:00:54 PM UTC+1, bobhaugen wrote: > > That's interesting, but how about making it free for open-source apps who > give you a credit on their repos? > Interesting idea! We'll think about it. Best, Michael -- You received this message because you are subscribed to

HTML format-able inputbox

2013-12-18 Thread Mrinmoy Das
Is there a django forms widget or something which html format-able input box, like gmail? Something in where we can add a list or an image inside a textbox. Mrinmoy Das http://goromlagche.in/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Theming Django with Diazo/XSLT

2013-12-18 Thread Delusional Insanity
You could give `django_diazo` package a try. https://github.com/Goldmund-Wyldebeast-Wunderliebe/django-diazo It's quite new, but improving. On Friday, 14 December 2012 22:55:31 UTC+1, 4 The good Life we work wrote: > > Hallo, > > I'm used to theme Plone with Diazo/ XSLT.

Re: Django Site/Docs/Tutorials translation

2013-12-18 Thread Fabio Caritas Barrionuevo da Luz
The translation project is hosted in Transifex.com [1][2] [1] https://www.transifex.com/projects/p/django-docs/language/pt_BR/ [2] https://www.transifex.com/projects/p/django/language/pt_BR/members/ Em segunda-feira, 16 de dezembro de 2013 09h20min40s UTC-3, Lucas Infante escreveu: > > Hello guy

Re: Class-based app (like AdminSite) idea

2013-12-18 Thread Fabio Caritas Barrionuevo da Luz
Omoshiroi. Register your app in django-packages[1] [1] https://www.djangopackages.com Em terça-feira, 17 de dezembro de 2013 13h44min11s UTC-3, Shinya Okano escreveu: > > I have implemented the idea to create a class-based applications (like > AdminSite). > > https://pypi.python.org/pypi/djang

Problem detecting language selection

2013-12-18 Thread Dan Sellars
Hello, First time poster here, I am using django 1.6 and Python 2.7.2. I am having a problem with the l18n functionality and I wondered if anyone could point me at a work around. The problem I am having is that the first time I go to my page the language is being stored in the session and I ca

Expected Behavior with Proxy Models

2013-12-18 Thread Aaron Spike
I experienced some obscure test failures after integrating Zinnia with my application. I've tracked it down to the behavior of Proxy Models and I'm unable to rationalize the documentation with the behavior I see. Here's what I've done to understand the issue: If I create an app with a Proxy Mod

Multiple forms of the same model

2013-12-18 Thread Ariel Calzada
Hi! I have two models named Factory and Budget I made a formset in which users create many Factories Now I have to make many forms as Factories exist in which users must fill some info for each Factory, I want to have some ideas of what is the best way to create this kind of forms Regards, --

Re: Do I need to migrate pre-existing code into Django?

2013-12-18 Thread Erik Cederstrand
Den 17/12/2013 kl. 22.14 skrev Tyler Meche : > I have recently created a website, using PHP. No framework or anything else > was used, just code. > > Now, I need to make an API for this website. It was suggested that I use > Django as a framework. I was hoping to just be able to make an API

Re: persistent db connections and postgresql_psycopg2 InterfaceError

2013-12-18 Thread Pavel Lurye
Hi, CONN_MAX_AGE=None. Of course, restarting will fix the problem, but that's not what I'm expecting from django. I think this is django bug, but I want to be sure. вторник, 17 декабря 2013 г., 18:59:46 UTC+4 пользователь Prashanth B написал: > > I suspect restarting your Web server will fix it