About Creating a Directory Tree All at Once
With the following bash or zsh oneliner you can create the whole directory structure at once:
$ mkdir -p \
site_static/site/{js,img/{favicon,open-graph},scss,css,fonts} \
media/{profiles,documents}
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You