Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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: <...
Ilia_Mochalov's user avatar
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 ...
Hegol99's user avatar
  • 21
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: ...
pankaj28843's user avatar