MEDIA_URL = '/images/'
MEDIA_ROOT = BASE_DIR / 'static/images'

On Wed, Oct 14, 2020 at 2:12 PM Anh Nguyen <bboya...@gmail.com> wrote:

> where is your STATIC_ROOT ?
>
>
> On Wed, Oct 14, 2020 at 5:43 PM Chelsea Fan <allaberdi16yazha...@gmail.com>
> wrote:
>
>> hello everyone, I have an issue, I can't connect css style to my
>> template, but I can upload images and see it , here is my code,  please
>> help me, thanks  for attentions !!!
>>
>> STATIC_URL = '/static/'
>> STATICFILES_DIR = [BASE_DIR / 'static']
>>
>> {% load static %}
>> <!DOCTYPE html>
>> <html lang="en" dir="ltr">
>> <head>
>>     <meta charset="utf-8">
>>     <link rel="stylesheet" href="{% static '/css/base.css' %}">
>>
>> [image: image.png]
>>
>> --
>> 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAJwZndd_SYaToM%3D6h1KL-WmXs7eR3e0sgwHqVPPFwo%3Dx2HW5xg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAJwZndd_SYaToM%3D6h1KL-WmXs7eR3e0sgwHqVPPFwo%3Dx2HW5xg%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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAKaoNbTN2-hiy71RS8H8i_wc9XeQqJBOLkR%3DOjEJxocorO1FRw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAKaoNbTN2-hiy71RS8H8i_wc9XeQqJBOLkR%3DOjEJxocorO1FRw%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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJwZnde%3D8xOePMK5L%2B9YvXtnW_U%2BHCpX2VVq5R%2BmQDZz39kBrQ%40mail.gmail.com.

Reply via email to