mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Updated links to static files documentation.
This commit is contained in:
parent
db162bf890
commit
b286fcc96e
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ django-admin-sortable is currently incompatible with that setting.
|
|||
|
||||
### Static Media
|
||||
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:
|
||||
Copy the `adminsortable` folder from the `static` folder to the
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ Static Media
|
|||
~~~~~~~~~~~~
|
||||
|
||||
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
|
||||
to the location you serve static files from.
|
||||
|
|
|
|||
Loading…
Reference in a new issue