python manage.py collection
$ python manage.py collectstatic --help
Calm Crane
$ python manage.py collectstatic --help
STATICFILES_DIRS = [
BASE_DIR / "static",
'/var/www/static/',
]
{% load static %}
<img src="{% static "my_app/example.jpg" %}" alt="My image">
STATICFILES_DIRS = [BASE_DIR / 'static']
...\> py manage.py collectstatic --help