dtc_bus_routes
dtc_bus_routes copied to clipboard
Where is the data?
README says to run these commands to create tables and populate them with data:
python manage.py migrate # creates tables in db
python manage.py loaddata stage.json # load initial data through json files
python manage.py loaddata route.json # from busroutes/fixtures
python manage.py loaddata stageseq.json
But I couldn't find the JSON files mentioned above. Also busroutes/fixtures does not exist.
@sharmaeklavya2 oops! restructured the projects a few months back, forgot to add fixtures. Will add them today.
Hi! This is an invaluable resource. Did you add the fixtures folder and the database? Couldn't find it, I suppose it has been removed.