- Jul 13, 2015
-
-
Mark Skipper authored
Ive been working through some options for how the REST api will work with categories in the readme file.
-
Mark Skipper authored
The last error from running the tests was that the TErm table didnt exist in the test database. So I'm running manage.py makemigrations And it fails with AttributeError: 'NoneType' object has no attribute 'unique' Following the [django docs](https://docs.djangoproject.com/en/1.8/topics/db/models/#abstract-related-name) I put in: related_name="%(app_label)s_%(class)s_term" But still can't even get a helpful error message.
-
Mark Skipper authored
-