My stack is nginx > uwsgi > pylons. If I use redirect_to on a controller, the app throws a 302 开发者_Python百科error.Also I don\'t see any 404 or 500 error pages anymore that worked fine in paste.
I type the following url in my browser: http://localhost:8000/en/weblog/2010/aug/10/wie-baue-ich-ein-weblog/
I have an issue where I need to pass in query parameters for a GET request, but Django is not resolving the URL correctly to the view.
I am working on an app which would enable a preview function for a model. Models marked as preview-able would allow for changes to be made in the Django admin interface and previewed on site using the
In my django application I have my URLS.PY configured to accept requests to /community/user/id and /community/user/id/ with:
I\'m trying to create a filtered FAQ page in Django. It filters by three categories, and defaults to \'all\' for all three when someone hits the root URL. From urls.py:
I have a web application which will return a user id based on the first segment of the url, much like Twitter:
I have spend the past 6 hours getting an ubuntu 10.04 server setup with django and mysql. I am using django 1.2.1, and maybe that\'s my problem. I have everything as I\'d think it should be and am rec
I have two models with slug fields: class Book(models.Model): name = models.CharField(max_length=200) slug = models.SlugField()
I just moved my site to an actual apache server (was developing locally before) and the site can\'t seem to find the urls.py file. basically what happens is that the homepage works, which is weird in