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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJwZndd_SYaToM%3D6h1KL-WmXs7eR3e0sgwHqVPPFwo%3Dx2HW5xg%40mail.gmail.com.

Reply via email to