Diving into Django
videos

Diving into Django

It’s always nice to branch out from our usual topics. For today’s screencast entry, Jeff Hui will show us how to build a basic ticket management system, similar to Lighthouse. Though the project won’t be nearly as advanced as Lighthouse – for obvious reasons – it should make for a nice starter for newcomers to the Django framework.

Read On…

If you’re intrigued and would like to learn more, be sure to read our recent “Intro to Django” tut.

  • Subscribe to the NETTUTS RSS Feed for more daily web development tuts and articles.


Add Comment

Discussion 56 Comments

Comment Page 2 of 2 1 2
  1. Jeff Hui says:

    I’m using the twilight theme (a textmate theme port)
    http://niw.at/articles/2006/08/06/twilight/en

    You can get a copy of my vimrc file here:
    http://dl-client.getdropbox.com/u/79338/_vimrc

    Although I do have some plugins, I have too many installed to figure out which ones I actually use as oppose to which ones I just have chilling there. All of them are from vim’s plugin repository though. For soft-tabs, you can do a quick google search for how to set them.

  2. Jeff Hui says:

    @Alex Sure that sounds like a great idea, although I don’t think it’s the best place to talk about that here. (fb, twitter, etc.) I’m not familiar with the number of python/django users on our campus.

  3. Me Again says:

    Cygwin and Vim? Why not just use Linux?

  4. Rigo Vides says:

    Great tut!, I wish the voice were a little bit less annoying.

  5. May says:

    Good. Like it

  6. Aaron Mills says:

    Good video, but you have to stop mispronouncing the name!!!! “dj” makes a hard “J” sound like Jam, Jelly, or Jump

Comment Page 2 of 2 1 2

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.