Community Page
- www.codespatter.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- You can do this. from somewhere import SoftDeleteManager class NewManager(SoftDeleteManager): '''new stuff''' and in the model objects = NewManager()
- Great writeup, thanks for that! I'll have question though. Say I import SoftDeleteManager from an external file and use it with objects = SoftDeleteManager() But now, I loose ability to define...
- thanks, man!
- Yes! Finally I know where that annoying example.com lives! Thank you!
- Thanks very much! I think you just saved me a lot of stuffing around with settings.py
Jump to original thread »
In addition to the changes listed at
http://dev.cyproject.net/ , I will be modifying the OpenID authorization to be more usable.
The OpenID stuff packaged in the last release was just copied from
http://tinyid.us when I was writing it for that.
I will add another auth_routi ... Continue reading »
http://dev.cyproject.net/ , I will be modifying the OpenID authorization to be more usable.
The OpenID stuff packaged in the last release was just copied from
http://tinyid.us when I was writing it for that.
I will add another auth_routi ... Continue reading »
1 year ago
1 year ago
1 year ago
1 year ago
OpenID discussions mention it could be a problem with character encodings or GMP...
1 year ago
To Do:
locate some of this stuff done and add it to the repository