Bill Quith
Bill Quith
Django 3.2, Python 3.7, Windows 10. ```python try: from django.contrib.sites.shortcuts import get_current_site from django.http import HttpRequest BASE_URL = getattr(settings, 'REQUEST_BASE_URL', 'http://{0}'.format(get_current_site(HttpRequest()).domain)) #
- Adds support for OSX. - Allow `GAMEPLAY_SRC_PATH` to be passed in.
Add this new functionality. Android previously only GoogleVR and Oculus Quest.
Do some of what is suggested in the comment. Simplify VrSdk to make further refactoring and development easier. ``` // // The VrSdk is an abstraction over the actual VR...