| ... | ... | @@ -36,7 +36,7 @@ This section presents some further details on the Django Server application. In |
|
|
|
|
|
|
|
### views.py Module
|
|
|
|
|
|
|
|
As is the convention in Django, the [views.py](../../bmon/blob/master/bmsapp/views.py) module provides functions that are accessed by HTTP requests; the [urls.py module](../../../bmon/blob/master/bmsapp/urls.py) maps URLs to these functions.
|
|
|
|
As is the convention in Django, the [views.py](../blob/master/bmsapp/views.py) module provides functions that are accessed by HTTP requests; the [urls.py module](../../../bmon/blob/master/bmsapp/urls.py) maps URLs to these functions.
|
|
|
|
|
|
|
|
Some of the important functions in the `views.py` module are:
|
|
|
|
|
| ... | ... | |