Hello people,
How can I access the value of a form field in the template ? I'm
having
two different use cases :
- display a field value as simple text (the field is not meant to be
edited
by the user, therefore i don't want to use a input field)
- use the field value for generating a link
( some
Hello all,
I'm developing a web application that is intended only for mobile
use. I want to implement some kind of 'themes' : have a list of
templates/stylesheets and make it possible that each user chooses one
of them for visualisation. The number of users is small and all of
them will use a
On Dec 22, 2:49 am, Chris wrote:
> Hello,
>
> I have a client that needs to constantly send data to Django-based
> backend. The client code follows the pattern:
>
> ...
> s = socket.socket( socket.AF_INET, socket.SOCK_STREAM )
> s.connect( ( '10.20.30.40', 8080 ) )
> while True :
> data = s.r
3 matches
Mail list logo