Ignacio Vissani
Ignacio Vissani
I'm experiencing the same problem as @amitjindal . As far as I can see the problem is located in the `apps.py` file and is a consequence of this piece of...
I think you should add a call to $scope.updateOptions() at the end of the directive. Otherwise the data is only updated in response to the change event of the search...
I found a temporary solution. You can check [my fork](https://github.com/ivissani/angular-calendar-week-hours-view) out and you are free to use it (at your own risk). In the long term I think your best...
We ended up using [django-tenant-users](https://github.com/Corvia/django-tenant-users). We defined a generic user model which consists exclusively on email as the username and password. This model lives in a shared app so the...