Kasun Herath

Results 3 issues of Kasun Herath

It would be really useful if we could supply a name when adding pages and then get a page URL using the name. ex ``` app = pc.App() app.add_page(about, router="/route",...

feature request
needs investigation

When tried to connect through a django app the following error occurs. Exception in request: Traceback (most recent call last): File "/base/data/home/apps/app-name/1.339079629847560090/common/zip-packages/django-1.1.zip/django/core/handlers/base.py", line 92, in get_response response = callback(request, _callback_args,...

As per discussion in #21 this PR adds support to customise base html template by declaring it as a class attribute in view classes. - Base template name defined as...