Hello, Russell et al.
We also have a relatively new blog where we talk about Django and the
extensions we write for Django, and one of my fellow developers
contacted Jacob a few months ago but he never replied.
Here's the feed for Django-related posts:
http://dev.2degreesnetwork.com/feeds/posts/d
Thanks!
On Apr 28, 3:41 pm, Russell Keith-Magee
wrote:
> On Wed, Apr 28, 2010 at 9:50 PM, Gustavo Narea
>
> wrote:
> > Hello, Russell et al.
>
> > We also have a relatively new blog where we talk about Django and the
> > extensions we write for Django, a
Sorry, but did you know there's already a project with that name?
https://launchpad.net/django-audit
On Apr 29, 9:05 pm, Dj Gilcrease wrote:
> https://code.google.com/p/django-audit/
>
> This is a fairly comprehensive Audit Trail App that uses regular
> django models and is not tied to a "NoSQL"
Hello,
I would suggest you try to register "django_audit" on PYPI and see if
it allows you to do so.
We had already registered the package"django-audit" (note the hyphen
instead of an underscore, which is exactly how we've always spelled
it). I'm not sure if PYPI will let you register "django_aud
On May 5, 3:45 pm, Dj Gilcrease wrote:
> I also think Euan Goddard has already registered django-audit on pypi
> (http://pypi.python.org/pypi/django-audit/0.9/)
That's what I meant, Euan and I work together :)
- Gustavo.
--
You received this message because you are subscribed to the Google Gr
You could do it quite easily with twod.wsgi and Paste:
"""
from paste.proxy import Proxy
from twod.wsgi import make_wsgi_view
class ProxyRemoteFile(Proxy):
def __call__(self, environ, start_response):
environ['PATH_INFO'] = "/fixed/path/to/file"
return super(ProxyRemoteFile, s
On May 6, 3:35 pm, Gustavo Narea
wrote:
> More info here:
> http://packages.python.org/twod.wsgi/
Sorry, I meant: http://packages.python.org/twod.wsgi/manual/embedded-apps.html
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
Hello,
I'm pleased to announce Djangout, a set of Buildout recipes for
Django. Although that "set" is made of just one item, we find this
functionality to be a very useful one:
http://packages.python.org/djangout/
If you'd like to receive updates about this recipe, you may want to
keep an eye on
Hi.
It's a build tool for Python:
http://en.wikipedia.org/wiki/Build_automation
http://www.buildout.org/
- Gustavo.
On Feb 18, 7:07 pm, Timothy Kinney wrote:
> Sorry for the noob question, but what is a Buildout recipe?
>
> On Thu, Feb 18, 2010 at 11:30 AM, Gustavo Narea &
Hello, everybody.
I'm very pleased to announce the first alpha release of twod.wsgi, a
library to make WSGI a first-class citizen in Django applications.
twod.wsgi allows Django developers to take advantage of the huge array
of existing WSGI software, to integrate 3rd party components which
suit
Have a look at:
http://packages.python.org/twod.wsgi/manual/paste-factory.html#multiple-configuration-files
On Mar 8, 7:06 am, chiranjeevi muttoju
wrote:
> Hi friends,
> i have two apps in my project, and i want to use two different settings for
> each app. it means same project but i sud run tho
On Mar 12, 3:02 am, nameless wrote:
> Hi at all.
> I need to create a blogging system with Django+Apache+Postgresql and a
> twitter-like app with Erlang+Yaws+Mnesia.
>
> How can I execute erlang code through django views ?
WSGI to the rescue!
http://packages.python.org/twod.wsgi/manual/embedded-a
Hello,
Even if there was a reliable way to reuse the same code base with
different settings on a per request basis, which I doubt, I believe
the safest and easiest way to extend a base configuration with
twod.wsgi:
http://packages.python.org/twod.wsgi/manual/paste-factory.html#multiple-configurati
John Griessen wrote:
> Gustavo Narea wrote:
> > Hello,
>
> > Even if there was a reliable way to reuse the same code base with
> > different settings on a per request basis, which I doubt, I believe
> > the safest and easiest way to extend a base configuration with
> >
We use Paste Deploy configuration files [1] and we have a main/base
configuration file under version control, which gets overridden with a
non-versioned configuration file with holds all the sensitive
information specific to that instance of the application.
This way, such information is not under
system, the problem is still present. I've also checked the
Postgres statement logs and the only query issued looks absolutely
fine.
I'm using Python 2.5, Django 1.1.4 and Ubuntu (it also happens on
Debian boxes). I got DEBUG set to False.
I'll continue to look at this to see
he problem is present. It looks like a bug in Django.
On 13/05/11 10:57, Gustavo Narea wrote:
> Hello,
>
> I've noticed that when you iterate over a query set and use a
> FileField instance from each model instance, the memory used by the
> process increases every time the
I've filled a bug report:
http://code.djangoproject.com/ticket/16022
On 13/05/11 10:57, Gustavo Narea wrote:
> Hello,
>
> I've noticed that when you iterate over a query set and use a
> FileField instance from each model instance, the memory used by the
> process incr
18 matches
Mail list logo