Django Tutorial #8 - Static Assets

In this Django tutorial series, you'll learn what Django is, how to setup a Django project, and how to use it to make a full web application, complete with a database and authentication.
🚀🥷🏼 Check out Bek Brace's channel for more of his content:
/ @bekbrace
🔥🥷🏼Get access to premium courses on Net Ninja Pro:
netninja.dev/
📂🥷🏼 Access the course files on GitHub:
github.com/BekBrace/django_co...
🧠🥷🏼 HTML Crash Course
• HTML & CSS Crash Cours...
🧠🥷🏼 Python Crash Course
• Python Crash Course #1...
🔗🥷🏼 Django docs:
docs.djangoproject.com/en/5.0/

Пікірлер: 2

  • @Angelas20
    @Angelas207 күн бұрын

    @19:06 javascript console.log will go to client or browser console. Not in server console. I like your contents, and following you

  • @Angelas20
    @Angelas207 күн бұрын

    One confusion, according to settings STATICFILES_DIR tuple contains one entry BASEDIR + 'static' folder. So django will look for static conents in BASEDIR + static folder. But why django will look for also in other app folder? Though app folder is not mentioned in the tuple, right?