Python/Django
-
Disclaimer: this is not a programming question! The programming question is in the Python forum, should anyone feel the need to answer it. This is more like a rant, a wondering, or something of the similar kind. I've been trying to find a solution to two very basic Django problems on this forum, on a Django dev forum and on Django's mailing list... and no luck :( I simply can't believe that Django can't function while being mapped to a sub path (i.e. http://foo.com/django), or that no one has tried it and succeeded. Aahh..never mind..needed a vent.
We are using Linux daily to UP our productivity - so UP yours!
-
Disclaimer: this is not a programming question! The programming question is in the Python forum, should anyone feel the need to answer it. This is more like a rant, a wondering, or something of the similar kind. I've been trying to find a solution to two very basic Django problems on this forum, on a Django dev forum and on Django's mailing list... and no luck :( I simply can't believe that Django can't function while being mapped to a sub path (i.e. http://foo.com/django), or that no one has tried it and succeeded. Aahh..never mind..needed a vent.
We are using Linux daily to UP our productivity - so UP yours!
What server are you using? With mod_wsgi and apache this should be a piece of cake. Have you hit the irc channel? When I get stuck I head there and usually someone is able to help me out. [edit] Also when you deploy on a subdirectory you will need to make sure you account for that in your url patterns. Take a look here.[^]
And above all things, never think that you're not good enough yourself. A man should never think that. My belief is that in life people will take you at your own reckoning. --Isaac Asimov Avoid the crowd. Do your own thinking independently. Be the chess player, not the chess piece. --Ralph Charell
-
What server are you using? With mod_wsgi and apache this should be a piece of cake. Have you hit the irc channel? When I get stuck I head there and usually someone is able to help me out. [edit] Also when you deploy on a subdirectory you will need to make sure you account for that in your url patterns. Take a look here.[^]
And above all things, never think that you're not good enough yourself. A man should never think that. My belief is that in life people will take you at your own reckoning. --Isaac Asimov Avoid the crowd. Do your own thinking independently. Be the chess player, not the chess piece. --Ralph Charell
Apache and mod_wsgi is what I use, and it sure looks like it is a piece of cake. But, there's got to be something I'm missing. If you have some experience with this and you got the time, please, take a look at the Python forum. The details are posted there.
We are using Linux daily to UP our productivity - so UP yours!
-
Apache and mod_wsgi is what I use, and it sure looks like it is a piece of cake. But, there's got to be something I'm missing. If you have some experience with this and you got the time, please, take a look at the Python forum. The details are posted there.
We are using Linux daily to UP our productivity - so UP yours!
Take a look at my response on the python forum. In short I think you need to correct your url patterns.
And above all things, never think that you're not good enough yourself. A man should never think that. My belief is that in life people will take you at your own reckoning. --Isaac Asimov Avoid the crowd. Do your own thinking independently. Be the chess player, not the chess piece. --Ralph Charell
-
Take a look at my response on the python forum. In short I think you need to correct your url patterns.
And above all things, never think that you're not good enough yourself. A man should never think that. My belief is that in life people will take you at your own reckoning. --Isaac Asimov Avoid the crowd. Do your own thinking independently. Be the chess player, not the chess piece. --Ralph Charell
Thanks for the response. Let's continue the discussion in the Python forum and not bore the loungers with this :)
We are using Linux daily to UP our productivity - so UP yours!
-
Disclaimer: this is not a programming question! The programming question is in the Python forum, should anyone feel the need to answer it. This is more like a rant, a wondering, or something of the similar kind. I've been trying to find a solution to two very basic Django problems on this forum, on a Django dev forum and on Django's mailing list... and no luck :( I simply can't believe that Django can't function while being mapped to a sub path (i.e. http://foo.com/django), or that no one has tried it and succeeded. Aahh..never mind..needed a vent.
We are using Linux daily to UP our productivity - so UP yours!
-
Yup... They decided to get together and pull a prank on me! :laugh:
We are using Linux daily to UP our productivity - so UP yours!