Re: [modwsgi] jquery script is not working getting 404 error

2018-03-06 Thread V K
Thank you for the explanation, Graham. I will read the Django documentation
again.

Have a Nice day!

Regards,
Venu

On 7 March 2018 at 10:17, Graham Dumpleton 
wrote:

> The idea of collectstatic is that it gathers together static files from
> multiple locations in the source tree from the project or any installed
> applications. So that it copies things is as intended. You should never
> edit static files in the directory where it copies them to. Always edit
> them in the original directories and then run collectstatic again. Do not
> set STATIC_ROOT to be an existing directory that you use as the source for
> static files. It should be a separate directory only used at runtime.
>
> You may want to have a read of what collectstatic does in the Django
> documentation.
>
> Graham
>
>
> On 7 Mar 2018, at 3:43 pm, V K  wrote:
>
> Thank you, Graham. It is working now.
>
> But I have two sets of static folder, one for the main homepage of the
> project and these static files are common.
> 2) I have app specific static files, which I kept under the Django app.
>
> If I change the Alias to the static directory app, it is not working.
> As expected, By running collectstatic it would create an app-directory
> under the project "static" directory and place the files related to the
> django app.
>
> That means, I have two maintain redundant copies of static files related
> to django app. Is this is right approach?
>
> Regards,
> Venu
>
> On 7 March 2018 at 03:34, Graham Dumpleton 
> wrote:
>
>> Did you run:
>>
>> python manage.py collectstatic
>>
>> Does the file:
>>
>> reports/js/basic-upload.js
>>
>> live under the directory which is last argument to the Alias directive?
>>
>> Graham
>>
>> On 6 Mar 2018, at 10:05 pm, V K  wrote:
>>
>> Hi Team/Graham,
>>
>> I had to reconfigure my server and I lost a working configuration.Can you
>> please help?
>>
>>  I am getting the below error in the access.log
>>
>> [06/Mar/2018:06:00:18 -0500] "GET /static/reports/js/basic-upload.js
>> HTTP/1.1" 404 231 "http://10.193.114.44/reports/basic-upload/;
>> "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML,
>> like Gecko) Chrome/64.0.3282.186 Safari/537.36"
>>
>> My configuration is as follows:
>>
>> 
>>
>>
>> --
>> Regards,
>> Venu
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "modwsgi" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to modwsgi+unsubscr...@googlegroups.com.
>> To post to this group, send email to modwsgi@googlegroups.com.
>> Visit this group at https://groups.google.com/group/modwsgi.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "modwsgi" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to modwsgi+unsubscr...@googlegroups.com.
>> To post to this group, send email to modwsgi@googlegroups.com.
>> Visit this group at https://groups.google.com/group/modwsgi.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Regards,
> Venu
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to modwsgi+unsubscr...@googlegroups.com.
> To post to this group, send email to modwsgi@googlegroups.com.
> Visit this group at https://groups.google.com/group/modwsgi.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to modwsgi+unsubscr...@googlegroups.com.
> To post to this group, send email to modwsgi@googlegroups.com.
> Visit this group at https://groups.google.com/group/modwsgi.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Regards,
Venu

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to modwsgi+unsubscr...@googlegroups.com.
To post to this group, send email to modwsgi@googlegroups.com.
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.


Re: [modwsgi] jquery script is not working getting 404 error

2018-03-06 Thread Graham Dumpleton
The idea of collectstatic is that it gathers together static files from 
multiple locations in the source tree from the project or any installed 
applications. So that it copies things is as intended. You should never edit 
static files in the directory where it copies them to. Always edit them in the 
original directories and then run collectstatic again. Do not set STATIC_ROOT 
to be an existing directory that you use as the source for static files. It 
should be a separate directory only used at runtime.

You may want to have a read of what collectstatic does in the Django 
documentation.

Graham

> On 7 Mar 2018, at 3:43 pm, V K  wrote:
> 
> Thank you, Graham. It is working now.
> 
> But I have two sets of static folder, one for the main homepage of the 
> project and these static files are common.
> 2) I have app specific static files, which I kept under the Django app.
> 
> If I change the Alias to the static directory app, it is not working.
> As expected, By running collectstatic it would create an app-directory under 
> the project "static" directory and place the files related to the django app.
> 
> That means, I have two maintain redundant copies of static files related to 
> django app. Is this is right approach?
> 
> Regards,
> Venu
> 
> On 7 March 2018 at 03:34, Graham Dumpleton  > wrote:
> Did you run:
> 
> python manage.py collectstatic
> 
> Does the file:
> 
> reports/js/basic-upload.js
> 
> live under the directory which is last argument to the Alias directive?
> 
> Graham
> 
>> On 6 Mar 2018, at 10:05 pm, V K > > wrote:
>> 
>> Hi Team/Graham,
>> 
>> I had to reconfigure my server and I lost a working configuration.Can you 
>> please help?
>> 
>>  I am getting the below error in the access.log
>> 
>> [06/Mar/2018:06:00:18 -0500] "GET /static/reports/js/basic-upload.js 
>> HTTP/1.1" 404 231 "http://10.193.114.44/reports/basic-upload/ 
>> " "Mozilla/5.0 (Macintosh; Intel 
>> Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) 
>> Chrome/64.0.3282.186 Safari/537.36"
>> 
>> My configuration is as follows:
>> 
>> 
>> 
>> 
>> -- 
>> Regards,
>> Venu
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "modwsgi" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to modwsgi+unsubscr...@googlegroups.com 
>> .
>> To post to this group, send email to modwsgi@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/modwsgi 
>> .
>> For more options, visit https://groups.google.com/d/optout 
>> .
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to modwsgi+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to modwsgi@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/modwsgi 
> .
> For more options, visit https://groups.google.com/d/optout 
> .
> 
> 
> 
> -- 
> Regards,
> Venu
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to modwsgi+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to modwsgi@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/modwsgi 
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to modwsgi+unsubscr...@googlegroups.com.
To post to this group, send email to modwsgi@googlegroups.com.
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.


Re: [modwsgi] jquery script is not working getting 404 error

2018-03-06 Thread V K
Thank you, Graham. It is working now.

But I have two sets of static folder, one for the main homepage of the
project and these static files are common.
2) I have app specific static files, which I kept under the Django app.

If I change the Alias to the static directory app, it is not working.
As expected, By running collectstatic it would create an app-directory
under the project "static" directory and place the files related to the
django app.

That means, I have two maintain redundant copies of static files related to
django app. Is this is right approach?

Regards,
Venu

On 7 March 2018 at 03:34, Graham Dumpleton 
wrote:

> Did you run:
>
> python manage.py collectstatic
>
> Does the file:
>
> reports/js/basic-upload.js
>
> live under the directory which is last argument to the Alias directive?
>
> Graham
>
> On 6 Mar 2018, at 10:05 pm, V K  wrote:
>
> Hi Team/Graham,
>
> I had to reconfigure my server and I lost a working configuration.Can you
> please help?
>
>  I am getting the below error in the access.log
>
> [06/Mar/2018:06:00:18 -0500] "GET /static/reports/js/basic-upload.js
> HTTP/1.1" 404 231 "http://10.193.114.44/reports/basic-upload/;
> "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML,
> like Gecko) Chrome/64.0.3282.186 Safari/537.36"
>
> My configuration is as follows:
>
> 
>
>
> --
> Regards,
> Venu
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to modwsgi+unsubscr...@googlegroups.com.
> To post to this group, send email to modwsgi@googlegroups.com.
> Visit this group at https://groups.google.com/group/modwsgi.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to modwsgi+unsubscr...@googlegroups.com.
> To post to this group, send email to modwsgi@googlegroups.com.
> Visit this group at https://groups.google.com/group/modwsgi.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Regards,
Venu

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to modwsgi+unsubscr...@googlegroups.com.
To post to this group, send email to modwsgi@googlegroups.com.
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.


Re: [modwsgi] jquery script is not working getting 404 error

2018-03-06 Thread Graham Dumpleton
Did you run:

python manage.py collectstatic

Does the file:

reports/js/basic-upload.js

live under the directory which is last argument to the Alias directive?

Graham

> On 6 Mar 2018, at 10:05 pm, V K  wrote:
> 
> Hi Team/Graham,
> 
> I had to reconfigure my server and I lost a working configuration.Can you 
> please help?
> 
>  I am getting the below error in the access.log
> 
> [06/Mar/2018:06:00:18 -0500] "GET /static/reports/js/basic-upload.js 
> HTTP/1.1" 404 231 "http://10.193.114.44/reports/basic-upload/ 
> " "Mozilla/5.0 (Macintosh; Intel 
> Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 
> Safari/537.36"
> 
> My configuration is as follows:
> 
> 
> 
> 
> -- 
> Regards,
> Venu
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to modwsgi+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to modwsgi@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/modwsgi 
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to modwsgi+unsubscr...@googlegroups.com.
To post to this group, send email to modwsgi@googlegroups.com.
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.