jck
jck

Reputation: 2058

Is there any wysiwyg app which I can use to make the frontend pages of a sinmple django webapp?

I've never done any web development before. I'm using django because I'm OK at python. I just want to make a small webapp which does a small task fast...

Upvotes: 0

Views: 357

Answers (3)

nide
nide

Reputation: 34

Perhaps this http://developers.whatwg.org/introduction.html#introduction will be perfect start up point for creating frontend pages. Forget about wysiwyg - it is suitable only for simple content modifications.

Upvotes: 0

Dima Bildin
Dima Bildin

Reputation: 1553

http://code.google.com/p/django-tinymce/ for example. It is pretty simple.

Upvotes: 0

XORcist
XORcist

Reputation: 4367

I found all wysiwyg editors I've used are much more confusing to use than just some plain old html. It is super easy to get started. Do it in plain html.

Upvotes: 1

Related Questions