django-exportdata
latest
  • Installation
  • Usage
    • Basic
    • Advanced
      • --fields option
      • --filters option
      • --ordering option
      • --range option
      • --filepath option
      • --permalinks option
        • Example
  • Serializers
  • Changelog
django-exportdata
  • Docs »
  • Usage »
  • --permalinks option
  • Edit on GitHub

--permalinks option¶

Set fields when decorated models.permalink (by default get_absolute_url field).

This option add the domain before data from field.

Example¶

$ python manage.py exportdata app.model --permalinks=get_absolute_url,get_absolute_admin_url
Next Previous

© Copyright 2013, Denis Veselov. Revision 9f8114bb.

Built with Sphinx using a theme provided by Read the Docs.