Updated links to static files documentation.
parent
db162bf890
commit
b286fcc96e
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue