All Questions
Tagged with angular.js django
3 questions
2
votes
0
answers
2k
views
Django REST custom methods for generic views
I'm intern and work on a project where I develop DRF API that need to interact with mobile app written by my colleague with Ionic framework.
We are creating new user. My view method is following:
<...
2
votes
1
answer
100
views
Ad filtering in Angular factory
I'm an 'old school' programmer (C, C++), and I have step-by-step, algorithmic thinking. I'm writing some code in Angular + Django and I know that this code is ugly but I don't have any idea how to ...
3
votes
0
answers
1k
views
Implementing "day wise task management" system using Django and AngularJS
I have a Task model in Django which looks like the following:
...