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?
This was written on September, 19 2008 and is filed in django, gondola.
Our Products
Categories
- SEO
- accessiblity
- code
- company news
- django
- gondola
- open source
- portfolio
- presentation
- screencast
- software
- subversion
- trailmapping
- wordpress
Archives
- June, 2009
- April, 2009
- February, 2009
- December, 2008
- November, 2008
- September, 2008
- August, 2008
- July, 2008
Elsewhere
What we’ve been up to online
-
@37signals, seeing a number of 500 errors clicking around Basecamp right now http://skitch.com/t/u7e
Pete, 1 day, 14 hours ago -
Basecamp 500 Internal Server Error
Pete, 1 day, 14 hours ago -
Gmail broke plain text replies. Plz fix! http://bit.ly/43nd3q
Pete, 1 week ago -
Building an Open Source Consulting Company
Pete, 1 week, 3 days ago -
< 30% of applicants correctly followed the instructions. Should have added "attention to detail" & "ability to follow instructions" as reqs
Pete, 1 week, 6 days ago -
Django snippets: Sorl Thumbnail + Amazon S3
Pete, 1 week, 6 days ago -
Lincoln Loop is still looking for a Project Manager. Interested? http://authenticjobs.com/jobs/3688/
Pete, 1 week, 6 days ago -
Use PERT technique for more accurate estimates
Taking a weighted average of the most pessimistic, most optimistic, and most likely estimates of a task to get a realistic estimate of the time it will take.
Pete, 2 weeks, 3 days ago -
Evidence Based Scheduling - Joel on Software
Interesting approach to software estimation.
Pete, 2 weeks, 3 days ago -
Less Wrong: Planning Fallacy
People are terrible planners/estimators and there is evidence to prove it.
Pete, 2 weeks, 3 days ago -
A reminder of how simple business can be when you don't make it complicated - (37signals)
Refreshing, especially after after spending 2 days wading through client contracts and work orders.
Pete, 3 weeks, 5 days ago -
We're looking for a part-time Project Mgr to help us juggle the workload. Interested? info+pm@lincolnloop.com
Pete, 4 weeks, 1 day ago -
pushed to master at lincolnloop/django-protected-files
Pete, 1 month ago -
@richleland do you have libjpeg installed?
Pete, 1 month ago -
I have seen the future and it is Google Wave http://wave.google.com
Pete, 1 month 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.