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 was looking at my google analytics account and saw that the
MTG:DB site was actually getting a little bit of traffic from google. One visitor even spent 40 minutes searching through cards (and I know it wasn’t me since the source was google and not direct). I figured the site ... Continue reading »
MTG:DB site was actually getting a little bit of traffic from google. One visitor even spent 40 minutes searching through cards (and I know it wasn’t me since the source was google and not direct). I figured the site ... Continue reading »
1 year ago
Get an updated copy of the database. There are new cards out. Then reapply and document the procedure to get it to pretty MySQL tables.
There are currently 842 different Card Types since each different creature type is in that field. Break the creature type from the card type. Once that is done, it would be easier to do a groupby-searchby box like card rarity.
Split card color to a separate table and join it to the card table with a join table. Each card can have multiple colors and it will be easier to search for cards containing the color Red.