Skip to content

Commit

Permalink
forgot to fix it.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jun 13, 2009
1 parent fec2f59 commit f3f7691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/djangoapp/greeting/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.shortcuts import render_to_response as render
from django.template import RequestContext, loader, Context

from couchdbkit.ext.django import get_db
from couchdbkit.ext.django.loading import get_db

from djangoapp.greeting.models import Greeting

Expand All @@ -17,6 +17,7 @@ def home(request):
)

greet.save()

return render("home.html", {
"info": greet._db.info(),
"id": greet.id
Expand Down

0 comments on commit f3f7691

Please sign in to comment.