django1/django/contrib/staticfiles/management/commands
Jacob Walls 712fe12466
Refs #23919 -- Removed unneeded AttributeError catching in collectstatic's link_file().
os.symlink() exists always on Python 3.2+.
2021-03-01 10:54:02 +01:00
..
__init__.py Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories." 2020-06-01 10:55:41 +02:00
collectstatic.py Refs #23919 -- Removed unneeded AttributeError catching in collectstatic's link_file(). 2021-03-01 10:54:02 +01:00
findstatic.py Refs #29983 -- Added support for using pathlib.Path in all settings. 2019-11-07 10:26:22 +01:00
runserver.py Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00