Updated links to static files documentation.

master
Brandon Taylor 2020-02-29 20:36:21 -05:00
parent db162bf890
commit b286fcc96e
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ django-admin-sortable is currently incompatible with that setting.
### Static Media ### Static Media
Preferred: Preferred:
Use the [staticfiles app](https://docs.djangoproject.com/en/1.6/ref/contrib/staticfiles/) Use the [staticfiles app](https://docs.djangoproject.com/en/3.0/howto/static-files/)
Alternate: Alternate:
Copy the `adminsortable` folder from the `static` folder to the Copy the `adminsortable` folder from the `static` folder to the

View File

@ -84,7 +84,7 @@ Static Media
~~~~~~~~~~~~ ~~~~~~~~~~~~
Preferred: Use the `staticfiles Preferred: Use the `staticfiles
app <https://docs.djangoproject.com/en/1.6/ref/contrib/staticfiles/>`__ app <https://docs.djangoproject.com/en/3.0/howto/static-files/>`__
Alternate: Copy the ``adminsortable`` folder from the ``static`` folder Alternate: Copy the ``adminsortable`` folder from the ``static`` folder
to the location you serve static files from. to the location you serve static files from.