Introduction to Gondola
Gondola is our content management system built on top of Django. I briefly showed it off during my DjangoCon Lightning Talk, but have been wanting to give it a proper screencast for a while. Here’s an introduction:
A few common questions I don’t tackle in the screencast:
- Is this an open source project?
As of right now, no. I do plan on spinning off a few bits as open source over time. In fact, the WYSIWYG editor is already on Google Code as django-admin-uploads. Unfortunately it hasn’t been synced up with our in-house code in a while and isn’t working on 1.0. We’ll get that updated at some point in the near future. - How much will it cost?
I haven’t settled on a pricing structure yet, but I want it to be affordable for small businesses. - What version of Django are you running?
1.0 - How’d you add all that stuff to the Django admin interface?
It is really quite easy by just overriding a few of the default templates. I hope to write a blog post soon with more details. - When can I get my hands on it?
Soon. If you have a site you’re interested in putting on it right now, drop us a line. We’d like to start with a small group of sites to work out kinks in opening up the system to outsiders. If you just want to kick the tires, we’re also working on opening up a demo system to the public.
Have any more questions? At this point, we’re really looking for some feedback and would love to hear from you. If you want to stay up to date with Gondola happenings, join our mailing list.
Comments
Got something to say?
Our Products
Categories
- accessiblity
- code
- company news
- django
- gondola
- open source
- portfolio
- presentation
- pro tip
- review
- screencast
- seo
- software
- subversion
- trailmapping
- wordpress
Archives
- July, 2010
- June, 2010
- May, 2010
- April, 2010
- February, 2010
- December, 2009
- November, 2009
- October, 2009
Elsewhere
What we’ve been up to online
-
Just launched a Flask/App Engine mini-site we've been tinkering on http://emailed-me.appspot.com/
Pete, 14 hours, 54 minutes ago -
created repository Emailed-Me-
Pete, 15 hours, 2 minutes ago -
Our first iPhone development project hit the App Store last week and is already over 1k users! Check them out @takemyspot #iphone #geodjango
Pete, 3 weeks ago -
Love the new sites! RT @welikesmall: We just launched two new sites. http://post.ly/mGoq
Pete, 3 weeks, 1 day ago -
Pro tip: Using pip safely for automated deployment (no more pesky prompts) http://bit.ly/b5zsPa
Pete, 4 weeks, 1 day ago -
commented on justquick/django-mailfriend
Pete, 1 month ago -
RT @unbracketed: Excited to have @mitsuhiko joining us for some work this summer :)
Pete, 1 month ago -
New blog post: managing supervisord with upstart http://bit.ly/db3p5N
Pete, 1 month ago -
Troubleshooting OpenID is just like user/password. Except you have 5 of them and and you don't know which one is failing, and 3 login pages
Pete, 1 month, 1 week ago -
This gets very interesting around 42 min. Using javascript to snoop inside firewalled networks http://bit.ly/aNVPc5
Pete, 1 month, 2 weeks ago -
The final tally is in. 8 Lincoln Loopers attending DjangoCon. 3 US, 4 EU, and 1 NZ. Looking forward to it!
Pete, 1 month, 2 weeks ago -
Twitter / Dustin Curtis: I'm flying to Madrid tomor ...
Dustin Curtis travels to Berlin, Bangkok & Madrid in exchange for design services as the result of a late night tweet.
Pete, 1 month, 2 weeks ago -
created branch ubuntu-8.04 at lincolnloop/fab-pave
Pete, 1 month, 3 weeks ago -
created repository fab-pave
Pete, 1 month, 3 weeks ago -
pushed to master at lincolnloop/django-mailfriend
Pete, 1 month, 3 weeks ago


Wow. Gondola is pretty impressive stuff.
Hey, are there any plans to re-release your django-admin-uploads app for Django 1.0? Doesn’t look like it’d be too hard to hack it up to speed, but I figure I’d ask before diving in.
Thanks for the inspiration.
Ack, my mistake. You answer the question in the text of the post.
Google IS making us stupid. Or stupider.
the rich text editor looks quite good!
hope to see it working in 1.0
Would it be possible to get an insight to the architecture and concepts behind your CMS? I’m trying to develop a CMS on Django, too, and my target is to provide as integrable with any Django app a CMS as possible so I’d really like to see how others are making their CM systems extensible.