Array List

2018-08-09 Thread Dheeraj Kumar
Array = [0,0,4,2,6,9,0,5,2,0,9,5,9] Make it in squnce n tell maximum value n repitation value without using in build function. -- 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

Re: Array List

2018-08-09 Thread Dheeraj Kumar
It is a basic question put in interview for python developer where mentioned django too. On Thu 9 Aug, 2018, 1:55 PM Kasper Laudrup, wrote: > Hi Dheeraj, > > On 08/09/2018 10:22 AM, Dheeraj Kumar wrote: > > Array = [0,0,4,2,6,9,0,5,2,0,9,5,9] > > Make it in squnce n

Re: Array List

2018-08-09 Thread Dheeraj Kumar
Can u tell me please. On Thu 9 Aug, 2018, 2:15 PM Kasper Laudrup, wrote: > Hi Dheeraj, > > On 08/09/2018 10:31 AM, Dheeraj Kumar wrote: > > It is a basic question put in interview for python developer where > > mentioned django too. > > > > Yes, this seems

Re: Create tables for models in your database

2018-09-22 Thread Dheeraj Kumar
Thanks. I'm going to install pycharm now. On Sat, 22 Sep 2018 at 18:03, Kasper Laudrup wrote: > Hi, > > On 22/09/2018 14.21, talk...@gmail.com wrote: > > > > getting an error while run this code... > > > > "/home/dheerajkumar/djangogirls/myvenv/myproject/blog/models.py", > > line 6 >

Re: hi friends am sending how to create a project in django with step by step. if you are satisfied please send me comments

2018-09-25 Thread Dheeraj Kumar
Sudha, Its very helpful for us. Thanks so much. Grace, I didn't get what u add in this. On Tue 25 Sep, 2018, 11:40 PM Gear Crew, wrote: > nice man the awesome pdf but I want to add more about urls , views, and > link with model > > On Tuesday, 25 September 2018 19:48:12 UTC+2, Sudha Mohan wro

Re: I'm new in Django. please help me out

2018-11-13 Thread Dheeraj Kumar
if you guys do not help ,plz ignore it insist of trying to be over smart.this is home work or any thing else you are not authorized to comment like this. just stop it. On Tue, 13 Nov 2018 at 15:30, amit pant wrote: > sometimes > > On Tue, Nov 13, 2018 at 3:23 PM PASCUAL Eric wrote: > >> >

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

2018-12-04 Thread Dheeraj Kumar
thanks to respond me but still having an issue. from django.contrib import admin from django.conf.urls import include, path urlpatterns = [ path('boadts/', include ('boadts.urls')), path('admin/',admin.site.urls), ] File "/home/myproject/myproject/myproject/urls.py", line 2, in from

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

2018-12-05 Thread Dheeraj Kumar
o.conf.urls import url from .import views urlpatterns = [ url (r'^$', views.home , name = 'home'), ] On Tue, 4 Dec 2018 at 22:01, Harryxon Ndegwa wrote: > use django.urls import path instead to import path > > #%£& > > On Tue, 4 Dec 2018 7:06 pm Dh

Direction Distance measure in python code

2018-12-09 Thread Dheeraj Kumar
Hi can any one tell how can i get distance measure in direction wise N3 W4 S8 E4 N5 here n is north, w is west , s is south , e is east , n is north please tell python Django code -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr