You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write custom Django functions (so you can run "python manage.py ") to:
import PeopleDatabase pickle file into DjangoPerson database (by calling import_peopledb_to_person_model in models.py)
import csv file of docs into Document database (by calling import_csv_to_document_model in models.py, likely on the file data/documents/docs_1970s_5k.csv)
create the .pickle file to be used for import
write custom Django function (an example is load_db in rereading)
test the functions
The text was updated successfully, but these errors were encountered:
Write custom Django functions (so you can run "python manage.py ") to:
The text was updated successfully, but these errors were encountered: