dtc_bus_routes icon indicating copy to clipboard operation
dtc_bus_routes copied to clipboard

Where is the data?

Open sharmaeklavya2 opened this issue 9 years ago • 2 comments

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 avatar May 19 '16 18:05 sharmaeklavya2

@sharmaeklavya2 oops! restructured the projects a few months back, forgot to add fixtures. Will add them today.

dhirajt avatar May 20 '16 04:05 dhirajt

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.

sibeshkar avatar Apr 14 '18 14:04 sibeshkar