django
This tutorial explains how to install Django on a Debian Etch server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
1 FaverShareViewed: 11 Times
click to playThe funniest talk I've seen on Django all day.
1 FaverShareViewed: 15 TimesQuoted: Cal Henderson delivers keynote address: "Why I Hate Django"http://www.djangocon.org
Didn't read this but it looks like an ok intro.
2 FaversShareViewed: 5 TimesQuoted: A tutorial on Google's new App Engine, and a sample application which demonstrates the API and database capabilities.
This should clear the way for a Review Board 1.0.
1 FaverShareViewed: 3 TimesQuoted: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Django's philosophy for the template language is to restrict it to the needed subset - "programming" goes in Python code, and NOT inside your template files.
4 FaversShareViewed: 11 TimesQuoted: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
URL Patterns for Django pattern matching
2 FaversShareViewed: 3 TimesQuoted: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Django tutorial application - Polls
1 FaverShareViewed: 9 TimesQuoted: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
click to playTutorial on building Django apps in AppEngine - by Guido!
1 FaverShareViewed: 11 TimesQuoted: Rapid Development with Python, Django, and Google App EngineGuido van Rossum (Google)Learn how to create great web applications quickly on Google App Engine ...
Holy crap - Django is integrated into the App Engine release....
1 FaverShareViewed: 19 TimesQuoted: Google App Engine includes Django 0.96, so if you are on the latest stable release, there's nothing to install. Just import your Django modules as you would normally. We cover the modifications you will need to include if you are using the Django development version as well.
Related Content from Around Faves
python
-
1 FaverViewed: 3 TimesQuoted: To test the Python and PLY environment, Shannon wrote a language called "Squeamish" that consists of only 850 lines of code.
- falko - Jul 24 20081 FaverViewed: 11 Times
- mike - 14 days ago2 FaversViewed: 1 Time
web development
-
Zach's greatly improved the look of this sample app - and now the Save dialog comes up when you try to create a save (you need to fill in username, password, and email address to create an account).
2 FaversViewed: 22 Times - mike - Aug 28 20082 FaversViewed: 3 Times
- huttonj - Aug 01 20081 FaverViewed: 4 Times
