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 »
CyTE g8 is now available for download.
See
http://cyte.googlecode.com for all versions.
Also check the change log if you are using an older version. ... Continue reading »
See
http://cyte.googlecode.com for all versions.
Also check the change log if you are using an older version. ... Continue reading »
1 year ago
1 year ago
To implement the auth module, an additional table will be needed that joins user_ids with open_ids. The functions for retrieving that information will be included in the user class.
This is all the documentation you get for now.