Try adding this to your project's settings.py file (at the bottom):

STATIC_URL = '/static/'
STATICFILES_DIRS = (
    os.path.join(BASE_DIR, "static"),
)

On Saturday, 27 June 2020 16:55:22 UTC+1, Avi shah wrote:
>
> Hi my name is Avi 
>
> Just finished a course from Udemy on django. Unable to import HTML and CSS 
> to new project 
>
> Pls guide me

-- 
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/4b74061c-8e14-459b-ac9f-596b850592ceo%40googlegroups.com.

Reply via email to