Region on Github is a simple Django app to track github events/activities of people from a given set of regions.
Detailed documentation is in the "docs" directory.
- Run python manage.py migrate to create the rog models.
- Start the development server and visit http://127.0.0.1:8000/admin/ to create a location (you'll need the Admin app enabled).
- Visit http://127.0.0.1:8000/ to view the users' (from the location) activities