Ian Holsman wrote:
> If I'm understanding your question correctly, you could write a function
> similar to gen_pop_pattern (http://svn.zyons.python-hosting.com/trunk/
> zilbo/common/counter/urls.py )
Actually, I'm already doing something very similar. This is what my
main (entry point) urls.py lo
Todd O'Bryan wrote:
> A very straightforward way to do this would be to map the main url to
> a view-like function, build the queries you need, and then, based on
> the rest of the url, pass control to the actual view function you want.
Is there an easy and supported way of passing control back t
Hello everyone,
My problem is like this. I have a main URLconf that will include
another, application specific, URLconf. In the application specific,
I'm preparing some querysets to pass to some generic views.
The problem is that the querysets I need to make in the application
URLconf depend on
e projects. So I am just re-using the same
> codebase on different projects, and getting the benefit of its
> changes/upgrades/development.
>
> On 7/7/06, Ahmad Alhashemi <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > Is it possible to use the same applicat
Hi,
Is it possible to use the same application more than once in the same
project?
For example, if I download a ready made weblog application, can I use
it in one place as a general purpose weblog and in another place as a
seperate development weblog?
TIA.
--Ahmad
--~--~-~--~~---
5 matches
Mail list logo