Thanks Fiber looks better.  But you did say you use mostly TinyMCE.  I can develop the site (it's just as straight forward with some pictures, menu and a few pages) then hand that over to the owners to maintain using TinyMCE??  What about mobile etc...?

Johnf

On 2/8/20 8:36 AM, Bill Freeman wrote:
I have used Django Fiber: http://ridethepony.org/
And several other CMS.  I mostly used TinyMCE.
The world may have moved on.

On Sat, Feb 8, 2020 at 11:02 AM johnf <[email protected] <mailto:[email protected]>> wrote:

    Thanks that is a start.  I would also like something that will
    help with design of the pages/views.

    Johnf

    On 2/8/20 7:51 AM, Andrew C. wrote:
    Try Quill.js. If you google Quill.js and Quill.js Django, I believe
    you'll find the Django package that goes along with that text editor.
    Really, you only need the Quill.js code for your template. WYSIWYG is
    just a user typing in HTML without realizing it. Just save the HTML
    (because the rest is escaped while the user is typing).

    It's also useful if you escape all instances of a script tag in case
    someone inputs an unescaped <script></script>. Your server wouldn't be
    destroyed necessarily, but there could be some XSS that you want to
    avoid.

    On 2/8/20, john<[email protected]>  <mailto:[email protected]>  wrote:
    Hi,

    I realize that Django does not have a frontend but is there a
    tool/package that works well for WYSIWYG a simple website?

    Johnf

    --
    You received this message because you are subscribed to the Google Groups
    "Django users" group.
    To unsubscribe from this group and stop receiving emails from it, send an
    email [email protected]  
<mailto:[email protected]>.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/django-users/da5f5c36-0bca-4a47-d91d-5c67b657c7a5%40jfcomputer.com.


-- You received this message because you are subscribed to the Google
    Groups "Django users" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to [email protected]
    <mailto:[email protected]>.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/django-users/2cdcf4aa-07db-446e-8597-585b5c571639%40gmail.com
    
<https://groups.google.com/d/msgid/django-users/2cdcf4aa-07db-446e-8597-585b5c571639%40gmail.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAB%2BAj0tdqykbk5YyXkx_Axo-3MuyM%3DS_86qJWpzXan%2B-whfNfg%40mail.gmail.com <https://groups.google.com/d/msgid/django-users/CAB%2BAj0tdqykbk5YyXkx_Axo-3MuyM%3DS_86qJWpzXan%2B-whfNfg%40mail.gmail.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d194dd78-88e0-eb32-f2bf-035c6a740e1a%40gmail.com.

Reply via email to