STATIC_ROOT = os.path.join(BASE_DIR, 'static') STATIC_URL = '/static/' STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'assets') ]
On Wed, Oct 20, 2021, 11:00 AM Lakshyaraj Dash X-D 25 < [email protected]> wrote: > Change the assets to static > > On Wed, 20 Oct, 2021, 2:45 pm Planet X, <[email protected]> wrote: > >> I can not connect to my static files here i am sending my screen shoot of >> the setting and others links to the my base.html whats my fault please do >> help >> >> -- >> 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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/7ffc995e-f0fa-4624-8138-1e22b7413e5an%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/7ffc995e-f0fa-4624-8138-1e22b7413e5an%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAF7qQgAnM1ckX7zaGfeVTfB9PJpUuZ99C1w%2B9Hbb%2B85ke7tb8A%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAF7qQgAnM1ckX7zaGfeVTfB9PJpUuZ99C1w%2B9Hbb%2B85ke7tb8A%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAB889%2ByxhKMzA7T3Zx-5VS%3D1jOTgWzOa%2BNr0aptk33KM6FOK4A%40mail.gmail.com.

