Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ol> <li><p><strong>Is there another Python CMS?</strong> Yes, there is. Are they better than Django? From some perspective, yes. Should you change? No. Learn Django, it's as good as or better than most.</p></li> <li><p><strong>Perhaps all current Python CMS packages are too "alpha."</strong> A shocking statement, IMO. However, if you think you can do better, by all means, jump in. However, it's a huge amount of work, and your goal does not say "do a huge amount of work to invent Yet Another CMS Framework."</p></li> <li><p><strong>Would you deploy a CMS with built-in (or plug-in) support for blogs, forums, etc.</strong> I don't completely get this. There's content (i.e., blog postings, forum postings) and there's a web application (i.e., a blog site with forum comments). They're different beasts, web applications depend on CMS. A CMS can (generally) handle any kind of content; therefore, blogs aren't usually described as "plug-ins", they're just content. Maybe you want a pre-built content model for blogs or something? Not sure what your question really is.</p> <ul> <li><strong>relying on your own website [to] re-publish Blogger.com content</strong>. Hard to know what to say here. It matches your goals to simply proxy or rebrand nabble. But it doesn't match your other goals because You won't learn very much Django, CMS, or any other technology. Since your first goal and your technology list don't match up well, I have no idea what you're planning to do: learn Django or work on your book and move your blog. Not sure what your question really is.</li> </ul></li> <li><p><strong>Sometimes a CMS package has its own CSS integrated, and using another CSS framework would be redundant or otherwise make no sense.</strong> Correct. Not sure what your question really is.</p></li> <li><p><strong>Are there plugins for Django in Eclipse or Netbeans?</strong> Is this a "let me google that for you" question? <a href="http://pydev.sourceforge.net/" rel="nofollow noreferrer">http://pydev.sourceforge.net/</a> is the Eclipse plug-in for Python. <a href="http://wiki.netbeans.org/Python" rel="nofollow noreferrer">http://wiki.netbeans.org/Python</a> is information on the Python plug-in for Net Beans. Django is just Python, so a Django-specific plug-in doesn't really mean much. <a href="http://www.activestate.com/store/download.aspx?prdGUID=20f4ed15-6684-4118-a78b-d37ff4058c5f" rel="nofollow noreferrer">Komodo Edit</a> knows Django template syntax and can do some syntax highlighting. That's cool.</p></li> <li><p><strong>What are some current preferred tools for unit and functional testing a Django application?</strong> Python has unittest tools. They're part of Python. Not part of an IDE. Django has unit testing tools. They're part of Django -- which is just Python -- not part of an IDE. You simply run them and they produce a text log of what happened.</p></li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload