Re: Static file - java script - not found

2022-09-07 Thread Lakshyaraj Dash
His configurations are correct os module is not compulsory... because the BASE_DIR is already configured... On Thu, Sep 8, 2022, 04:51 Ezekiel Obiajulu wrote: > There is an error in staticfiles_dirs > Message me on WhatsApp for further corrections ... > Use that code > STATIC_URL = 'static/' >

Re: Static file - java script - not found

2022-09-07 Thread Ezekiel Obiajulu
There is an error in staticfiles_dirs Message me on WhatsApp for further corrections ... Use that code STATIC_URL = 'static/' STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")] remember to: import os at the top +2349033768504 (WhatsApp only) On Wednesday, September 7, 2022 at 10:19:38 PM

Re: Static file - java script - not found

2022-09-07 Thread Ezekiel Obiajulu
Use this code [image: Annotation 2022-09-07 231453.png] remember to: import os at the top On Wednesday, September 7, 2022 at 10:19:38 PM UTC+1 bodyabd...@gmail.com wrote: > Dear All; > I've problem in static folder , the file js not found > > -- You received this message because you are

Re: Static file - java script - not found

2022-09-07 Thread Lakshyaraj Dash
Listen you need to configure your sales app inside the installed apps like 'sales.apps.SalesConfig' and remove the line 'BASE_DIR / sales / static' from the STATIFILES_DIRS. Thanks and regards Lakshyaraj Dash On Thu, Sep 8, 2022, 02:49 bodyabd...@gmail.com wrote: > Dear All; > I've problem in

Static file - java script - not found

2022-09-07 Thread bodyabd...@gmail.com
Dear All; I've problem in static folder , the file js not found -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To