Re: Drawing with Django

2016-11-13 Thread Stephen McDonald
Check out https://github.com/stephenmcd/drawnby - I built it for the 2011 Django Dash (and got 3rd place!). It lets users draw to a canvas element in the browser, and pushes the changes in real-time over web sockets, so multiple users can collaborate on the same image at the same time. It then

Re: django-forms-builder help

2014-10-27 Thread Stephen McDonald
Each Form and FieldEntry instance has corresponding Field instances - those are where the labels are stored. Each Field instances has a Form ID, and each FieldEntry instance has a Field ID. Your final code might end up pulling out all the Field instances in the view, passing them to the

Re: Mezzanine 3.0 and Cartridge 0.9 released

2013-12-24 Thread Stephen McDonald
Also links to the GitHub repos if you're interested: https://github.com/stephenmcd/mezzanine https://github.com/stephenmcd/cartridge On Tuesday, 24 December 2013 22:48:38 UTC+11, Stephen McDonald wrote: > > Hi all, > > I've just released Mezzanine 3.0 and Cartridge 0.9 to PyPi. &

Mezzanine 3.0 and Cartridge 0.9 released

2013-12-24 Thread Stephen McDonald
the full announcement on the mezzanine-users mailing list: https://groups.google.com/forum/#!topic/mezzanine-users/3HkoJklKktc Cheers, Steve -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Re: CMS base to start with?

2013-09-28 Thread Stephen McDonald
Hey Anton, Here's good deep-dive into Mezzanine only published 24 hours ago: http://blog.liip.ch/archive/2013/09/27/mezzanine-cms-hackday.html On Saturday, 28 September 2013 02:35:28 UTC+10, Anton Melser wrote: > > Hi, > > I'm pretty new to Django/Python and I'm starting a fairly major project

Building a HN/Reddit clone with Mezzanine/Django: Drum

2013-05-03 Thread Stephen McDonald
http://blog.jupo.org/2013/04/30/building-social-apps-with-mezzanine-drum/ I thought the wider Django community might find it interesting :-) Here's the Drum demo as well: http://drum.jupo.org -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google

Mezzanine 1.4 and Cartridge 0.8 released

2013-02-17 Thread Stephen McDonald
sual, both projects have received a healthy dose of bugfixes. Check out the project websites for more info: http://mezzanine.jupo.org http://cartridge.jupo.org Cheers, Steve -- Stephen McDonald http://jupo.org -- Stephen McDonald http://jupo.org -- You received this message b

Re: Mezzanine 1.3 and Cartridge 0.7 released

2012-12-26 Thread Stephen McDonald
Sorry for the double-post. I think this one was stuck in the spam queue for a couple of days as it contains the word "spam", go figure :-) On Dec 26, 2:16 pm, Stephen McDonald <st...@jupo.org> wrote: > Hi all, > > I'm really pleased to announce the releases of Mezzanin

Mezzanine 1.3 and Cartridge 0.7 released

2012-12-26 Thread Stephen McDonald
github.com/stephenmcd/cartridge Cheers, Steve -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send em

ANN: Mezzanine 1.3 and Cartridge 0.7 released

2012-12-25 Thread Stephen McDonald
stephenmcd/cartridge Cheers, Steve -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to d

ANN: Gnotty 0.1

2012-11-17 Thread Stephen McDonald
for the interface, allowing the web client to work on mobile devices too. Check out the project page for more detail: https://github.com/stephenmcd/gnotty And also my related blog post about it: http://blog.jupo.org/2012/11/18/mobile-irc-with-bonus-robots/ Cheers, Steve -- Stephen McDonald http

Re: Choosing a Django-based CMS

2012-08-05 Thread Stephen McDonald
On Aug 5, 5:30 pm, Sean O'Brian wrote: > Hi! > I'm using Django CMS for a few of weeks and I like it. But there's one > problem, which I already ran into: I can't extend Page model easily. > I found one tutorial, > but

ANN: Mezzanine 1.2 and Cartridge 0.6 released!

2012-08-04 Thread Stephen McDonald
/docs/colophon.html#change-log [7] http://cartridge.jupo.org/colophon.html#change-log -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@google

ANN: django-overextends

2012-06-09 Thread Stephen McDonald
, Steve -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-user

ANN: Mezzanine 1.1 and Cartridge 0.5 released

2012-06-03 Thread Stephen McDonald
ithub.com/stephenmcd/cartridge/issues Cheers, Steve -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this grou

Re: Admin user privilege elevation (how to prevent it)

2012-05-14 Thread Stephen McDonald
Stephen from Mezzanine here - thanks for the thorough response Russ. The cleansing process we go through is very rigorous - we're leaning on the shoulders of tools that have solved this problem (in our case the bleach library). It uses a white-list of tags and attributes, so all those tricky edge

Re: ANN: Mezzanine 1.0 released

2012-03-03 Thread Stephen McDonald
to 95% of the features up front with weeks for implementing the remaining 5%. Cheers, Steve On Mar 4, 3:05 pm, Bolang <boo.l...@gmail.com> wrote: > On 03/04/2012 06:51 AM, Stephen McDonald wrote: > > > > > > > > > > > In conjunction with the Mezzanine 1.0

Re: ANN: Mezzanine 1.0 released

2012-03-03 Thread Stephen McDonald
managing both projects and added work to maintain both of > them. But just a thought. > > On Mar 3, 3:51 pm, Stephen McDonald <st...@jupo.org> wrote: > > > > > > > > > Hi Djangonauts, > > > I'm happy to announce the release of Mezzanine 1.0.

Re: ANN: Mezzanine 1.0 released

2012-03-03 Thread Stephen McDonald
<anthony.r.sha...@gmail.com> wrote: > Looks great. One thing... looks likehttp://mezzanine.jupo.org/is > running with Debug = True (tryhttp://mezzanine.jupo.org/asdf). Maybe > you're aware, just FYI. > > On Mar 3, 3:51 pm, Stephen McDonald <st...@jupo.org> wrote: > > > &

ANN: Mezzanine 1.0 released

2012-03-03 Thread Stephen McDonald
://github.com/stephenmcd/cartridge Cartridge Mercurial repo: https://bitbucket.org/stephenmcd/cartridge Cartridge issue tracker: https://github.com/stephenmcd/cartridge/issues Cheers, Steve -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google

ANN: django-socketio 0.1.0 released

2011-08-12 Thread Stephen McDonald
- The required views, urlpatterns, templatetags and tests for all the above Cheers, Steve -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@google

Re: Where to create a Mezzanine project

2010-10-05 Thread Stephen McDonald
For anyone who comes along at a later point looking for an answer to this, it was provided on the mezzanine-users mailing list. http://groups.google.com/group/mezzanine-users/browse_thread/thread/c8b13c41a3168c94 Cheers, Steve On Oct 5, 7:37 am, Sithembewena Lloyd Dube

Re: DjangoDash 2010 is done! Check out the projects done in 48 hours.

2010-08-16 Thread Stephen McDonald
I'm sure there are more entries than this, but here are the ones that were posted around finishing time in IRC: http://servertail.com/ http://transphorm.me/ http://www.buzz-fire.com/ http://dash.manoria.com/ http://ratemyflight.org/ <-- my team's http://www.ihatexml.com/ http://repocracy.com/

ANN: django-forms-builder 0.2.0 released

2010-07-31 Thread Stephen McDonald
. Grab it from pypi: http://pypi.python.org/pypi/django-forms-builder/ or github: http://github.com/stephenmcd/django-forms-builder/ or bitbucket: http://bitbucket.org/stephenmcd/django-forms-builder/ Cheers, Steve -- Stephen McDonald Twitter: http://twitter.com/stephen_mcd Linkedin: http