Changes between Initial Version and Version 2 of Ticket #29360
- Timestamp:
- Apr 24, 2018, 7:49:24 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29360
- Property Cc added
-
Ticket #29360 – Description
initial v2 1 [https://docs.djangoproject.com/en/2.0/howto/static-files/deployment/#serving-the-site-and-your-static-files-from-the-same-server Serving the site and your static files from the same server] documentation references Fabric and fabfiles. Fabric (as linked in the docs) is a Python 2.5-2.7 only project. This should probably change since Django 2.0+ is Python3 only.1 The [https://docs.djangoproject.com/en/2.0/howto/static-files/deployment/#serving-the-site-and-your-static-files-from-the-same-server Serving the site and your static files from the same server] and the [https://docs.djangoproject.com/en/2.0/howto/static-files/deployment/#serving-static-files-from-a-dedicated-server Serving static files from a dedicated server ] documentation references Fabric and fabfiles. Fabric (as linked in the docs) is a Python 2.5-2.7 only project. This should probably change since Django 2.0+ is Python3 only. 2 2 3 3 Fabric has a [http://www.fabfile.org/roadmap.html roadmap] for Python 3 support, last updated May 2015. They propose moving eventually to a Fabric2 ... unfortunately there already exists a [https://pypi.org/project/Fabric3/ Fabric3] fork, so keeping Fabric in the docs could (eventually) lead to confusion.