Skip to content

A Django website to organise events for Robotics Playground

License

Notifications You must be signed in to change notification settings

RoboticsPG/website

Repository files navigation

Robotics Playground Website

This is the new website for Robotics Playground, it is a Django based project

Directory structure

  • website: Contains the Django installation

Development

Install the following:

  • Docker

To run the project:

./scripts/start.sh

Django will be hosted on localhost:8000.

NOTE: Windows 10 users might need set the ALLOWED_HOSTS setting within Django, see here

Commands

Start the dev environment

./scripts/start.sh

Stops the dev environment

./scripts/stop.sh

Starts a bash shell

./scripts/shell.sh

Updating (After the Docker config changes)

./scripts/rebuild.sh

Runs the unit tests

./scripts/run_tests.sh

Linting (Please run before committing/merging with master)

./scripts/lint.sh

About

A Django website to organise events for Robotics Playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages