from django.urls import include , path ImportError: cannot import name include

2018-12-04 Thread talkdkg
plz advise... -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@google

I'm new in Django. please help me out

2018-11-13 Thread talkdkg
Hi All, can you please solve this. 1) Create a simple Category model using DRF with following fields : Id,name,parent,is_featured,image,is_active,description 2) Create CRUD APIs for the same. 3) Validate input at every event/API. 4) Implement ordering and filtering. 5) GET API should take params

Create tables for models in your database

2018-09-22 Thread talkdkg
Hi getting an error while run this code... python manage.py makemigrations blog Traceback (most recent call last): File "manage.py", line 22, in execute_from_command_line(sys.argv) File "/home/dheerajkumar/.local/lib/python2.7/site-packages/django/core/management/__init__.py", line 36

write a function which will validate whether source data is same as destination data and highlight the differences.

2018-08-06 Thread talkdkg
Hi , can anyone tell the output code for below queues as soon as possible please.. Given source data and destination data (in json format), write a function which will validate whether source data is same as destination data and highlight the differences. Bonus: If you can validate order of

Given source data and destination data (in json format), write a function which will validate whether source data is same as destination data and highlight the differences.

2018-08-06 Thread talkdkg
please do solve this quires asap Given source data and destination data (in json format), write a function which will validate whether source data is same as destination data and highlight the differences. Bonus: If you can validate order of data in list type values as well. E.g. below sou