Yep you got me :)
I am quite familier with django now, but haven't tried forms till now!!
Thanks!
On Thu, Jun 25, 2009 at 4:59 PM, Joost Cassee wrote:
>
> On Jun 25, 7:08 pm, Dhruv Adhia wrote:
>
> > I was just googling and came across all those old hacky ways to integrate
> > tinymce which I
On Jun 25, 7:08 pm, Dhruv Adhia wrote:
> I was just googling and came across all those old hacky ways to integrate
> tinymce which I finally did yesterday. Its working. But yes if its something
> builtin now I should go for that. However I dont know If I can easily change
> the properties that w
Hey Joost,
I was just googling and came across all those old hacky ways to integrate
tinymce which I finally did yesterday. Its working. But yes if its something
builtin now I should go for that. However I dont know If I can easily change
the properties that way for the editor. Right now in the Ha
On Jun 24, 6:51 pm, Dhruv Adhia wrote:
> Second part is working.
Great!
> I am new to those firebug stuff. Can you guide me to docs?
Firebug can be found at [1]. The docs are there as well. Basically you
enable Javascript debugging for your site and watch for errors in the
Firebug console.
[
Allright Joost,
Second part is working. I am new to those firebug stuff. Can you guide me to
docs?
Thanks,
On Wed, Jun 24, 2009 at 6:34 AM, Joost Cassee wrote:
>
> On Jun 24, 6:10 am, Dhruv Adhia wrote:
> > Hello All,
> >
> > I have following under models.py
> >
> > from django.db import mode
On Jun 24, 6:10 am, Dhruv Adhia wrote:
> Hello All,
>
> I have following under models.py
>
> from django.db import models
> from django.contrib import admin
> from tinymce import models as tinymce_models
>
> class BlogPost(models.Model):
>
> title = models.CharField(max_length=150)
> body
6 matches
Mail list logo