1.

Mention What Command Line Can Be Used To Load Data Into Django?

Answer»

To load data into Django you have to USE the COMMAND line Django-admin.py loaddata. The command line will searches the data and LOADS the contents of the NAMED fixtures into the database.

To load data into Django you have to use the command line Django-admin.py loaddata. The command line will searches the data and loads the contents of the named fixtures into the database.



Discussion

No Comment Found