Is it possible to run a single test using manage.py test, rather than
the whole suite? I have defined a tests.py in one of my apps and
would just like to run those tests, as the auto generated tests take
far to long to be running every time whilst writing them. This might
be because I am new to
Thanks that fixes it.
On Aug 5, 6:12 pm, Lucky B <[EMAIL PROTECTED]> wrote:
> from
> here:http://64.233.169.104/search?q=cache:bswtnEOJ33QJ:douglasjarquin.com/...
>
> try textile.textile(str(self.source))
>
> On Aug 5, 12:34 pm, Martin Gilday <[EMAIL PROTECTED]
I have added textile.py to my project dir and can successfully import
it in the shell. I have extended one of my models with a save method
which copies the content from one field, textiles it, then saves it
another column.
def save(self):
import textile
self.body = textile.textile(self.s
3 matches
Mail list logo