eike-welk / clair

Collect prices on E-Commerce sites, and display them in graphical form.
GNU General Public License v3.0
0 stars 0 forks source link

Change all IDs into UUIDs (short random strings). #83

Open eike-welk opened 7 years ago

eike-welk commented 7 years ago

This way Clair can easily become a federated (distributed) system. Do it early, when there is no valuable data present.

Use UUIDField and automatically generate a UUID with Python's uuid library. https://docs.djangoproject.com/en/1.11/ref/models/fields/#uuidfield