IS-AgroSmart / AgroSmart-Web

1 stars 1 forks source link

New users don't get demo projects #93

Closed jreyesr closed 4 years ago

jreyesr commented 4 years ago

Steps to reproduce:

  1. Create a demo project
  2. Log out, create new user account

New user does see the demo flights, but no demo projects.

jreyesr commented 4 years ago

Root cause is that the serializer doesn't assign demo projects to new users:

https://github.com/IS-AgroSmart/AgroSmart-Web/blob/fe572245510e2702b852f1912e98c7ab0b90a3fc/core/serializers.py#L14-L33