Closed dsblank closed 7 years ago
Currently, gPrime assumes that all URLs start with /. gPrime should be able to be deployed in a deeper path.
Need to register the handlers and match, and have all generated URLs included the path.
Tornado reverse() might be able to be used.
Currently, gPrime assumes that all URLs start with /. gPrime should be able to be deployed in a deeper path.
Need to register the handlers and match, and have all generated URLs included the path.
Tornado reverse() might be able to be used.