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 »
I like to think of programming languages as tools. It’s always best to use the right tool for the job… but sometimes there isn’t a choice.
Say you have 4 hammers in the toolbox, a JSP hammer, a php hammer, a Ruby hammer, and a Python hammer. The Ruby an ... Continue reading »
Say you have 4 hammers in the toolbox, a JSP hammer, a php hammer, a Ruby hammer, and a Python hammer. The Ruby an ... Continue reading »
1 year ago