Demo.mp4
1. git clone [email protected]:Morvin-Ian/drone-navigation-simulation.git
- make build
- make makemigrations
- make migrate
- make superuser
- make seed (Seed Drones)
- make shell
to load the boundaries data run these commands in the shell
>>> from navigate.data import load_layer
>>> load_layer.run()
>>> quit()