Re: interplay between django and twitter-bootstrap...

2013-01-23 Thread Sameer Oak
Hello Pankaj, This is much of a help from you. Thank you very much for you help. Regards, - sameer oak. On Wed, Jan 23, 2013 at 7:07 PM, Pankaj Singh wrote: > Hey Sameer, > > Django gives you complete freedom for choosing client side libraries. > You can easily use twitter-bootstrap in django

Re: interplay between django and twitter-bootstrap...

2013-01-23 Thread Pankaj Singh
Hey Sameer, Django gives you complete freedom for choosing client side libraries. You can easily use twitter-bootstrap in django templates. There are many libraries written using django and bootstrap to create beautiful forms. Here are some example - 1. http://django-crispy-forms.readthedocs.org/

interplay between django and twitter-bootstrap...

2013-01-23 Thread SameerOak
Hello, I am new to web development and python and django was my immediate choice to start with. I am in a process of developing a moderated traffic portal. Coming straight to the query, can I design my web pages using twitter-bootstrap and django framework in the back-end? Kindly help. Regards

Re: Django and Twitter

2007-09-19 Thread Tim Chase
> Thanks for taking a look. Still feeling my way on what I need to post > to be most helpful. I'd say you did correctly, describing the problem and not flooding the list with 20 diff. config files and code...if the list needs more info, we usually ask for it :) However, for future reference,

Re: Django and Twitter

2007-09-18 Thread [EMAIL PROTECTED]
Tim, Thanks for taking a look. Still feeling my way on what I need to post to be most helpful. The OS is Ubuntu 7.04 (Feisty). Here's the full traceback: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py" in get_response 77. response = cal

Re: Django and Twitter

2007-09-18 Thread Tim Chase
> However, when I save the record in the Django admin, I get this: > > [Errno 25] Inappropriate ioctl for device > > Exception Location: build/bdist.linux-i686/egg/twitter.py in > _GetUsername, line 1498 A couple pieces of information would be helpful: Which OS? Could you provide the full

Django and Twitter

2007-09-18 Thread [EMAIL PROTECTED]
I'm trying to marry up Django and a python wrapper to the Twitter API called Python-Twitter (http://code.google.com/p/python-twitter/) to trigger a status change on saving an item to a database. It looks something like this: def save(self): if self.makepublic: api = twitt