mozilla / spade

Automated scraping markup+CSS from a list of relevant URLs, using a variety of user-agent strings. Provides reporting on usage of CSS properties and apparent user-agent sniffing.
22 stars 9 forks source link

Check unique_together keys on the model classes #57

Open maurodoglio opened 11 years ago

maurodoglio commented 11 years ago

We should check that the unique_together keys are properly set. As a consequence, we need to look into the code and substitute objects.create with objects.get_or_create accordingly to keys defined.