Django Tutorial - Django Static Files

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 2

  • @upcom1ng116
    @upcom1ng116 3 года назад

    Why so many dislike on video?
    How explained perfectly according to Django doc. At least this is how it should be done in Django 3.1

  • @anthonydattolo6297
    @anthonydattolo6297 3 года назад

    Is there an advantage to having project level static files directory versus app level? Another way could be to have project level, and just separate the subdirectories in there to account for each project.
    /static/
    app1
    app2