Open main menu

CDOT Wiki β

Changes

Mozilla Metrics Server Collection

8 bytes removed, 13:14, 26 November 2007
no edit summary
*[http://octopuppy.dreamhosters.com/metrics/search.JPG Search function SS]
*[http://octopuppy.dreamhosters.com/metrics/dbsync.JPG Databases Created]
*[http:///octopuppy.dreamhosters.com/metrics/sql_transaction.txt automated SQL Statements]
*[http://octopuppy.dreamhosters.com/metrics/mserver.zip Full Source & Build]
==Project COMPLICATIONS & SOLUTIONS==
**[http://code.djangoproject.com/ticket/24 Bug Ticket 24] This bug doesn't allow any objects that have One to One Relationships to be shown in the admin; there are no solutions because its resolved with WON'T FIX. Only way around it was to use Foreign Keys and restrict it in admin mode.
**[http://http://code.djangoproject.com/ticket/1939 Bug Ticket 1939] Once again, another Won't fix bug that won't allow me to use proper Multiple Foreign Keys.
**There was a problem setting up Django which was not copying all the proper files needed to build a project. The only solution that worked for me was to copy all the contents from the ''trunk/django'' to ''Python25\Lib\site-packages''.
**Although I can't find the exact bug right now, Django has some complications using Many to Many relationships too. Once again, I resolved it by using Foreign Keys. However, these solutions can only be temporary.
1
edit