/docs/api/commands.rst

http://github.com/feincms/feincms · ReStructuredText · 41 lines · 28 code · 13 blank · 0 comment · 0 complexity · 5871b5a7f2ac3f3e1d31df4265f2eb23 MD5 · raw file

  1. Management commands
  2. ===================
  3. Database schema checker
  4. -----------------------
  5. .. automodule:: feincms.management.checker
  6. :members:
  7. :noindex:
  8. Content-type specific management commands
  9. -----------------------------------------
  10. .. automodule:: feincms.management.commands.update_rsscontent
  11. :members:
  12. :noindex:
  13. Page tree rebuilders
  14. --------------------
  15. Those should not normally be used. Older versions of MPTT sometimes
  16. got confused with repeated saves and tree-structure changes. These
  17. management commands helped cleaning up the mess.
  18. .. automodule:: feincms.management.commands.rebuild_mptt
  19. :members:
  20. :noindex:
  21. .. automodule:: feincms.management.commands.rebuild_mptt_direct
  22. :members:
  23. :noindex:
  24. Miscellaneous commands
  25. ----------------------
  26. .. automodule:: feincms.management.commands.feincms_validate
  27. :members:
  28. :noindex: