Updated links to static files documentation.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
+1
-1
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user