Just to complete (I see you already got it) : there is now the
couchdbkit extension :
http://bitbucket.org/benoitc/couchdbkit/
with documentation here :
http://couchdbkit.org/docs/api/couchdbkit.ext.django-module.html
- benoît
--~--~-~--~~~---~--~~
You received
Hi all,
Quick mail to let you know I released a django extension for
couchdbkit that will allow you I hope to use easily use CouchDB in
your django applications. It suppport multiple db, dynamic documents
and automatic form generation from a Document object (like ModelForm).
Code is for now on bi
Hi all,
Major bump to django-authopenid. The main change is that you don't
need any more to rely on django-openid. Main reason for this is that I
can't distribute an application with a patch on another. Application
should be pluggable more easily.
Other changes are improvement in code.
As yousu
Version 0.2 :
- include new patch for django_openid 2.0
- clean code. New username_control decorator
- fix yadis import
- urls localization
You could downlad it here :
http://django-authopenid.googlecode.com/files/django_authopenid-0.2.tar.gz
Documentation :
http://code.google.com/p/django-autho
Hi all,
Finally released (with improvements) the application I use on
friendsnippets to manage openid authentification. You could find it
here :
http://code.google.com/p/django-authopenid/
This application allow a user to connect to you website with :
* legacy account : username/password
On Sep 25, 2:39 pm, "Benoit Chesneau" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I just opensourced comments today for all, let me know what do you
> think about it and how to improved it. It's under ISC License.
>
> Comments is a django app
Hi all,
I just opensourced comments today for all, let me know what do you
think about it and how to improved it. It's under ISC License.
Comments is a django application used on Friendsnippets
(http://www.friendsnippets.com) to let members to add their comments
to snippets. It works with curre
On 9/23/07, Chris Hoeppner <[EMAIL PROTECTED]> wrote:
> I wonder what others have been doing? I might as well copy & hack the
> setlang function and make it accept GET requests, but that's not
> something I want to make a habit.
>
>
You can just do a middleware that manage get requests.
benoit
If you use trunk. problem was fixed.
- benoît
On 8/30/07, Jeremy Dunck <[EMAIL PROTECTED]> wrote:
>
> On 8/30/07, Kelsey Ruger <[EMAIL PROTECTED]> wrote:
> >
> > I just checked out the latest versions of django-voting and django-
> > tagging. When attempting a syncdb I get the following error -
If you look the port source, you will see files/patch-setup.py in
which it disable md5 and such things like openssl. The only way to
have them back is :
1) modify this patch,
2) increment the release number in portfile
3) reindex all the port tree with portindex
4) finally reinstall the port after
Hi,
I have a models with a many2many field. I try to use it with
MultiChoiceField in newforms to.? But it doesn't work. I hve this
error :
Exception Type: TypeError
Exception Value:'categories' is an invalid keyword argument for this
function
args
()
f
kwargs
{'categories': [u'
11 matches
Mail list logo