Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allcaps/wagtail-robot-nao
https://github.com/allcaps/wagtail-robot-nao
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/allcaps/wagtail-robot-nao
- Owner: allcaps
- License: bsd-3-clause
- Created: 2017-03-22T10:35:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T13:25:21.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T11:03:43.693Z (3 months ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wagtail-robot-nao
=================Wagtail signals drive the Nao Robot
Getting started Wagtail
-----------------------virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver 0.0.0.0:8000
Share your ip with people in the same network.