directory being a
> particular location nor use relative paths, always use absolute paths
> instead.
>
> Graham
>
> On Dec 10, 5:19 am, edward9 wrote:
>
> > Hello everybody
>
> > I'm new and i want to say Hello to Everybody.
>
> > I have problem with Ap
honPath "['/', '/mysite', '/var/www'] + sys.path"
#PythonPath "['/'] + sys.path"
On development server works fine. On Apache not working. I have tried
to create new project but same situation.
Regards
Edward9
On Dec
k_kwargs = resolver.resolve
(
77. request.path_info) ...
78.
79. # Apply view middleware
80. for middleware_method in self._view_middleware:
81. response = middleware_method(request, callback,
callback_args, callback_kwargs)
82. if response:
8
3 matches
Mail list logo