Welcome to MVCForge!
A social news site written by programmers for programmers who build applications using MVC Frameworks like CodeIgniter, CakePHP, Ruby on rails, Django and more.

django

1

Generating RSS Mashups from Django

http://birdhouse.org

I recently got to work on an interesting Django side project: the Bay News Network – a directory of Bay Area bloggers and hyperlocal news sites. The goal of the site was three-fold:
1. To create a many-to-many directory of local sites that matched our editorial criteria
2. To let site owners log in and edit their own listings
3. To both consume and produce RSS feeds from the listed sites

More »
mixinx's picture
Created by mixinx 45 weeks 9 hours ago
Category: django   Tags:
1

Rapid Application Development using Turbogears and Django

http://cd34.com

Turbogears has excellent form handling. Except for the Forms Wizard in Django, working with forms is much easier in Turbogears. Validation of the form and the resulting database update methods are much cleaner in Turbogears. Django, while slightly more complex in handling form input, does handle things with a single function which might enhance readability in a large project.

More »
djangoman's picture
Created by djangoman 1 year 3 weeks ago
Category: django   Tags:
17

djng—a Django powered microframework

http://simonwillison.net

djng is my experiment to see what Django would like without settings.py and with a whole lot more turtles. It’s Yet Another Python Microframework.

More »
djangoman's picture
Created by djangoman 1 year 15 weeks ago – Made popular 1 year 15 weeks ago
Category: django   Tags:
6

Django Best Practices

http://lincolnloop.com

This is a living document of best practices in developing and deploying with the Django Web framework. These should not be seen as the right way or the only way to work with Django, but instead best practices we’ve honed after years of working with the framework.

More »
dotdotslash's picture
Created by dotdotslash 1 year 20 weeks ago – Made popular 1 year 20 weeks ago
Category: django   Tags:
8

How to Add Locations to Python Path for Reusable Django Apps

http://codespatter.com

In this article, codespatter will teach us how to add locations to python path for reusable Django apps. If you have an app that might be useful in another project, it’s best to not refer to the project name in the application so you don’t have to search and remove it when adding to another project.

More »
dotdotslash's picture
Created by dotdotslash 1 year 20 weeks ago – Made popular 1 year 20 weeks ago
Category: django   Tags:
18

Deploying Django applications to a production server

http://www.ibm.com

In this article, you will learn about the Django framework and how to install it on your local machine. Discover how a Django application is made and about the automatic administration interface created for your application. You will then find out how to deploy your Django application to the Web on a server running Apache and mod_python.

More »
cakejosh's picture
Created by cakejosh 1 year 21 weeks ago – Made popular 1 year 21 weeks ago
Category: django   Tags:
7

4 Hour Liveblog: Website development with Django and Pinax

http://biostumblematic.wordpress.com

I’ve tinkered with Django before and really liked it. I’ve recently heard about Pinax, which is an open-source set of Django applications that are designed for general “plug and play”-like use on a variety of websites. Many of the features of Pinax are elements that would be great to implement on this portal site I need to work on.

More »
pythondork's picture
Created by pythondork 1 year 23 weeks ago – Made popular 1 year 23 weeks ago
Category: django   Tags:
1

Testing Email Registration Flows in Django

http://steven.bitsetters.com

Steve Osborn created a simple testing email registration flows in django. There are times that you want to register with a test user, send an email verification link and complete the registration process.

More »
dotdotslash's picture
Created by dotdotslash 1 year 25 weeks ago
Category: django   Tags:
2

How to build a Facebook app in Django

http://uswaretech.com

Another great tutorial on how to build a facebook application in Django written by shabda.

More »
dotdotslash's picture
Created by dotdotslash 1 year 27 weeks ago – Made popular 1 year 27 weeks ago
Category: django   Tags:
2

A great comparison of Grails, Django and Web2Py Frameworks

http://dmarko.tcl-digitrade.com

David Marko will share with you some ideas on web frameworks that draw his attention recently. Take a look at it, you may find it useful for you :). Thanks Marko.

More »
jeremyshifter's picture
Created by jeremyshifter 1 year 27 weeks ago – Made popular 1 year 27 weeks ago
Category: django   Tags: