How do I add a field in Django model whose data type is set to text

Posted by iHeartDucks on Stack Overflow See other posts from Stack Overflow or by iHeartDucks
Published on 2010-05-07T01:43:20Z Indexed on 2010/05/07 1:48 UTC
Read the original article Hit count: 292

Filed under:
|

text_field = models.CharField(max_length=max) can I do this? I am using postgresql 8.4.

Thanks

© Stack Overflow or respective owner

Related posts about django

Related posts about django-models