Thanjs -- I'll give that a shot.
On Jan 14, 9:16 am, bruno desthuilliers
wrote:
> The canonical way to encode search arguments in an URL is to use the
> querystring.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send e
Hi Django gurus,
I'm coding-up a failure tracking database, and came up with what I
thought was a straightforward way to encode different searches into
part-failures via a single URL pattern.
In urls.py:
url(r'^part_failure_list(/project/(?P\d+))?(/platform/(?
P\d+))?(/hw_category/(?P\d+))?(/
h
Yes, it is possible to serve django via cgi
see http://code.djangoproject.com/wiki/ServerArrangements
However, I would think that you would be better off one of several
alternatives that use a second server to run django persistently.
As one example, If you can use mod_rewrite on apache, you co
I don't use windows very much, but it sounds like your version of
python does not have the sqlite2 module installed, see
http://cheeseshop.python.org/pypi/pysqlite/2.3.4
If you are new to python, it might be useful for you to use
easy_install to download packages and resolve dependencies. You
We use RHEL4 in our datacenter. I've used ubuntu, debian and CentOS 5
on development servers. Choice of Redhat was based on what other boxes
were running on before I arrived. I do indeed need to install
separate packages for python and postgresql.
So far it's been near zero maintenance after se
On Apr 21, 1:53 am, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> [snip]
> We haven't documentedreverse() anywhere, as far as I know. So worth
> filing a ticket.
>
I realize that urlresolvers.reverse() was not documented earlier, but
does the addition of named urls mean that the old behavior is
On the topic of a pure python wsgi http server. Has anyone checked out
twisted. I seem to remember that zope actually nows uses twisted for
its server, and there is a twisted.web2.wsgi module that I've seen
mentioned elsewhere as a functional wsgi server that's being used in
production for some s
I know almost nothing about setuptools, but you may be able to do:
python setup.py develop
from your svn directory to tell setuptools to use the trunk. Otherwise,
you need to manipulate your python search path either in the shell or
in code.
--~--~-~--~~~---~--~
8 matches
Mail list logo