Hi Clint,
> How would I set up my urls.py to redirect people who attempt to access the
> root URL of the site, (ie. http://mydomain.com/) to the application I want
> people to use (ie. http://mydomain.com/myapp/)
The regex that catches the root URL is ^/?$ (r'^/?$' in urls.py). In
order to redir
Just a quick question, I played with this last night, but I didn't have much luck.
How would I set up my urls.py to redirect people who attempt to access
the root URL of the site, (ie. http://mydomain.com/) to the application
I want people to use (ie. http://mydomain.com/myapp/)
For whatever reas
2 matches
Mail list logo