Open clasick opened 5 years ago
Okay I figured out the error, it looks like the installation docs at readthedocs haven't been updated. It's still pointing to the old repo at fiee/plata
and not at matthiask/plata
.
This should be updated to not confuse new users.
edit: On a similar note, it seems like most of the information from the docs is irrelevant now. There is no proper documentation for the most part for the latest version, and the only way to get things done is to go through the examples
folder. Kinda bummed.
edit: On a similar note, it seems like most of the information from the docs is irrelevant now. There is no proper documentation for the most part for the latest version, and the only way to get things done is to go through the
examples
folder. Kinda bummed.
It is, and it always was this way. That’s one reason I got stuck. Had no time and need to try further.
I tried adding Plata to my existing Django 2.1 app but as soon as I ran migrations using
./manage.py makemigrations plata
, I get the following error:Btw, I'm using Django 2.1.4.