Dumping table's data using manage.py command line

Hi,
how can i dumping a table using manage.py command?(e.g: i’m searching around such pattern:

python manage.py dumpdata [table_name]

)

tnx a lot

That works. Use dumpdata with the --help parameter to see all your options.