Re: Trying to create django app to view alarms

2011-12-27 Thread Jim
On Dec 23, 2:29 pm, Python_Junkie wrote: > I think that building the python code that performs your logic is a > great way to start, and not getting bogged down with django is a great > way to get started. > > There are several (relatively straight forward) pieces of django that > you will need

Re: Trying to create django app to view alarms

2011-12-23 Thread Python_Junkie
I think that building the python code that performs your logic is a great way to start, and not getting bogged down with django is a great way to get started. There are several (relatively straight forward) pieces of django that you will need to tie together. I will simply disucss the view.py com