1
edit
Changes
no edit summary
**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.
==PROJECT SPECIFICATIONS V0.3==
*Design and Implement a working metrics collector
*Design and Implement a Python script that parses data into the database using the Django Framework
*Design and Implement Django models for all the data being received by the client.
*Create a Admin Login/Page to view the data from the database.
All information can be found on my matrix site:
[http://matrix.senecac.on.ca/~sljung/collector/ Metrics Collector 0.3 Information]
== Project News ==