django-book icon indicating copy to clipboard operation
django-book copied to clipboard

A revival of Django Book, the comprehensive guide to Django, overhauling it for Django 1.4 compatibility

Results 15 django-book issues
Sort by recently updated
recently updated
newest added

Fix spelling of 'teh' to 'the'

spelling mistake "teh" --> "the"

It seems that it is time to switch the template from `render_to_response()` to `render()` i was going to pull the update, but the problem is that it needs more talk...

to be able to handle POST, you have to setup a real view and handle a csrf_token on POST.

or a checkout for major points. just an idea

Simplify database setup https://github.com/kennethreitz/dj-database-url

Maybe as well make things more opinionated. Sqlite isn't useful in development and won't be deployed in production. I'm using Postgres for everything now, may as well update the guide.

enhancement

There is the "Django" way, and then there is the "better" way perhaps (better is subjective I realize). Could/Would there be a book to discuss commonly-used/recommended plug-ins? Perhaps something like:...