|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
register(self,
model_or_iterable,
databrowse_class=None,
**options)
Registers the given model(s) with the given databrowse site. |
source code
|
|
|
|
|
|
|
root(self,
request,
url)
Handles main URL routing for the databrowse app. |
source code
|
|
|
|
|
|
|
model_page(self,
request,
app_label,
model_name,
rest_of_url=None)
Handles the model-specific functionality of the databrowse site,
delegating to the appropriate ModelDatabrowse class. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|