Wednesday, July 25, 2007

My first ShowMeDo video

ShowMeDo is a website started by Ian Ozsvald and Kyran Dale. The idea is to have a collection of technical screencasts on a variety of subjects. I just got my first screencast hosted at ShowMeDo. It is a re-recorded version of my earlier screencast on doing a wiki in Django, this time with a voice over. Have a look here.

4 comments:

  1. Thanks a lot Siddhi, this is from a beginner whos getting a lot out of it!
    Just a question, I keep getting this "TypeError at/ 'tuple' object is not callable" when I try to follow the video step by step, I googled it, but im clueless, can you help?

    ReplyDelete
  2. Hi rodrigo, where is it giving this error? Can you paste the stack trace?

    ReplyDelete
  3. Yup, im getting:
    TypeError at /admin/
    'tuple' object is not callable
    Request Method: GET
    Request URL: http://127.0.0.1:8000/admin/
    Exception Type: TypeError
    Exception Value: 'tuple' object is not callable
    Exception Location: C:\myCMS\..\myCMS\urls.py in , line 10

    ..on the admin screen,
    thanks Siddhi!

    ReplyDelete
  4. Hi rodrigo, can you check that the brackets are done properly and that there is a comma after each line? I sometimes find the brackets mismatched or leave out the comma and get this type of error.

    ReplyDelete