Monday, June 29, 2020

Re: Unable to import HTML code

Hi,
Karan here, I can help you on this. Let me know more issues apart from this will resolve all issues?

Best,
K

On Mon, Jun 29, 2020 at 2:04 PM 'Ade Enga' via Django users <django-users@googlegroups.com> wrote:
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+unsubscribe@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.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOWRdhD6BfaX5X3L5%3DM%3DB%2B7M7hsN9-VMvu1YGs3UmgAHcZVZww%40mail.gmail.com.

No comments:

Post a Comment