Created the backend Django project with Django ORM models for the database. Created Django management commands to populate the database through CSV files that are created by the scripts. This is a workaround for now and needs to be directly integrated into the script (i.e script should directly populate database instead of populating to a CSV). Added DjangoRest framework along with routers to have backend API access.
Created the backend Django project with Django ORM models for the database. Created Django management commands to populate the database through CSV files that are created by the scripts. This is a workaround for now and needs to be directly integrated into the script (i.e script should directly populate database instead of populating to a CSV). Added DjangoRest framework along with routers to have backend API access.