Show HN: Wagtail, our new Django CMS
11–20 of 99 posts
Re: Show HN: Wagtail, our new Django CMS
#12Re: Show HN: Wagtail, our new Django CMS
#13Earlier quoted context omitted.
The video is intended to pique the interest of CMS choosers with short attention spans... you're right that it's a poor substitute for a real demo, and we'll try to get something up as soon as possible. What's the best practice for refreshing the content on demo sites? I worry that a scheduled content reset will confuse people who are halfway through trying publishing a test page. The CoffeeScript and LESS integratio…
An idea for a content reset, would be to warn the user before it actually happens and/or having a visible countdown widget that tells you when reset happens. I see that the npm dependency might draw away people, maybe provide and add-on that depends on npm and makes it easy to integrate CoffeeScript, LESS, SASS?
Right, that doesn't sound too hard, we'll aim to add that.
> I see that the npm dependency might draw away people, maybe provide and add-on that depends on npm and makes it easy to integrate CoffeeScript, LESS, SASS?
Or perhaps we'll just ship the compiled CSS / JS and provide instructions for people who want to use LESS etc in their Wagtail sites.
Re: Show HN: Wagtail, our new Django CMS
#14This looks interesting, but I can't take it seriously. From what I can tell, you haven't written any tests at all.
Re: Show HN: Wagtail, our new Django CMS
#15Python 2 or 3?
'Programming Language :: Python :: 2.7'Re: Show HN: Wagtail, our new Django CMS
#16Re: Show HN: Wagtail, our new Django CMS
#17Why is npm listed as dependency ? Just curious. Congrats on this, it looks awesome.
Thanks for the congrats!
Re: Show HN: Wagtail, our new Django CMS
#18Why is npm listed as dependency ? Just curious. Congrats on this, it looks awesome.
Re: Show HN: Wagtail, our new Django CMS
#19This looks interesting, but I can't take it seriously. From what I can tell, you haven't written any tests at all.
Some of the tests are the default django assert 1 + 1 = 2, but there are quite a few others scattered about the directories.
Re: Show HN: Wagtail, our new Django CMS
#20Would you like to add OAuth support or other auth mechanisms like CAS? =) I didn't find documentation for the "WAGTAIL_PASSWORD_MANAGEMENT_ENABLED" option.