ODM2 / CZ-Manager

CZ Manager (formerly ODM2 Admin) is an application for site level data management of environmental observations using Observation Data Model 2 (ODM2) for documentation and a detailed walkthrough see:
http://odm2.github.io/CZ-Manager
MIT License
9 stars 12 forks source link

Tweaked UUIDField to use the built in so it will work for Django 1.10 and update yml and requirements file #81

Closed lsetiawan closed 7 years ago

lsetiawan commented 7 years ago

@miguelcleon I was trying to make a docker image for ODM2Admin, but it kept breaking when testing with django 1.10 due to django-uuidfield, I've updated the models.py and removed it from the requirements. Thanks.

miguelcleon commented 7 years ago

Yeah, that needed to be fixed. Thanks.