This is the new website for Robotics Playground, it is a Django based project
website: Contains the Django installation
Install the following:
- Docker
To run the project:
./scripts/start.shDjango will be hosted on localhost:8000.
NOTE: Windows 10 users might need set the ALLOWED_HOSTS setting within Django, see here
Start the dev environment
./scripts/start.shStops the dev environment
./scripts/stop.shStarts a bash shell
./scripts/shell.shUpdating (After the Docker config changes)
./scripts/rebuild.shRuns the unit tests
./scripts/run_tests.shLinting (Please run before committing/merging with master)
./scripts/lint.sh