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 »
Setting up Apache2, mod_python, MySQL, and Django on Debian Lenny or Ubuntu Hardy Heron
Started by Greg Allard · 8 months ago
Both Debian and Ubuntu make it really simple to get a server up and running. I was trying a few different Machine Images on Amazon and I found myself repeating a lot of things so I wanted to put them here for reference for those who might find it useful.
With a fresh image, the first [...] ... Continue reading »
With a fresh image, the first [...] ... Continue reading »
8 months ago
8 months ago
If you'd like to host your media on a separate web server, for example Lighttpd, you may like to check this article I wrote about setting up Apache and mod_proxy with Lighty for Django on Ubuntu.
It shares many steps with your process and may present a few alternatives.
Regards!
8 months ago
8 months ago
Regards!
8 months ago
2 months ago
I hope you and your readers can give it a try and expect your comments.
Cheers.
2 months ago