Re: migrate error

2019-09-10 Thread Pradeep Singh
;> not just paste it directly. >> It is not easy to read to you as well, right? >> >> >> >> what had you done in this migration? >> Was the original value in that column a datetime and you want to change >> it into another data format? >> >&

Re: migrate error

2019-09-09 Thread Pradeep Singh
length=30) address_1=models.CharField(max_length=254) address_2=models.CharField(max_length=254) pincode=models.IntegerField() expected_amount=models.CharField(max_length=20) publish_date = models.DateTimeField(default=datetime.now, blank=True) image= models.ImageField(upl

Re: can anyone help me to solve the following error in django-vue integration

2019-08-02 Thread Pradeep Singh
us to it > > On Fri, Aug 2, 2019 at 7:28 PM Pradeep Singh > wrote: > >> Yes but same error are occur >> >> >> On Fri, Aug 2, 2019, 9:47 PM Sam W wrote: >> >>> Did you add 'corsheaders', to the settings file? >>> >>> Th

Re: can anyone help me to solve the following error in django-vue integration

2019-08-02 Thread Pradeep Singh
l : pip install django-cors-headers > > Then add: 'corsheaders',to the INSTALLED_APPS inside settings file > in Django server side > > > Follow this link: https://pypi.org/project/django-cors-headers/ > > > On Thursday, August 1, 2019 at 10:18:11 PM UTC-5, Pradeep S

can anyone help me to solve the following error in django-vue integration

2019-08-01 Thread Pradeep Singh
F:\django-vue project\djangoVueProject\frontend\webpack.config.js:81 'vue$': 'vue/dist/vue.esm.js' ^ SyntaxError: Unexpected token : at Module._compile (internal/modules/cjs/loader.js:721:23) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at

django-vue

2019-08-01 Thread Pradeep Singh
can anyone sugget me django-vue tutorial -- 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 view this discussion on th

angular or vue js

2019-07-16 Thread Pradeep Singh
which framework is good with django angular or vue js please suggest me best one -- 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...@goo

integrate vue js with django

2019-07-14 Thread Pradeep Singh
can anyone tell me how to integrate vue js with django thanks in advance -- 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.c

Re: Django Interview Questions

2019-07-08 Thread Pradeep Singh
thanks alot On Sun, 7 Jul 2019 at 22:29, pooja kaur wrote: > I have updated with fresh list of django interview questions for freshers > and experienced persons. > > Here is the list > > https://onlinetutorials.today/python/django-interview-questions/ > > On Monday, November 2, 2009 at 9:06:41

search data from dropdown box

2019-06-29 Thread Pradeep Singh
How to get the value from the drop down box ?? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving em

[no subject]

2019-06-26 Thread Pradeep Singh
Does it make sense to create an application with Django as the backend and Angular as the front end? I understand entire websites can be built from Django, so how would Angular, as a front end framework, work with Django? What would be the benefit of adding Angular, or is it an unnecessary complexi

search bar

2019-06-09 Thread Pradeep Singh
how to make drop down based search bar in django . where user can select particular field and then retrieve data ex- realestate .. anyone can help me to make such type of search bar -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscrib

Re:

2019-05-31 Thread Pradeep Singh
May 2019 at 08:39, Pradeep Singh wrote: > >> can anyone tell me ..what is advantage of angular js ...in python/django.. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscri

advantage of angular js with django??

2019-05-31 Thread Pradeep Singh
What are the advantages of using AngularJS with Django? -- 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 thi

[no subject]

2019-05-31 Thread Pradeep Singh
can anyone tell me ..what is advantage of angular js ...in python/django.. -- 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.

Re: Tutorials Needed

2019-02-28 Thread Pradeep Singh
bro i have django & python videos + materials On Fri, 1 Mar 2019 at 04:04, Motaz Hejaze wrote: > Why dont you google whatever you want ؟؟؟!!! > > On Thu, 28 Feb 2019, 22:49 Lutalo Bbosa joseph, wrote: > >> try introduction to python by sentdex on youtube >> >> On Thu, Feb 28, 2019 at 9:54 PM Ma

Re: need help on form view

2018-11-23 Thread Pradeep Singh
how to use javascript in django...please tell me On Fri, 23 Nov 2018 at 18:51, Yavin Aalto Arba wrote: > I think the problematic part is " create_user = UserCreationForm(request. > POST or None)" > > Most FBV for forms start with the "if request.method == 'POST" and then > continue to fill the f

Re: How to correct my signals call?

2018-11-21 Thread Pradeep Singh
how to use placeholder in model based form On Wed, 21 Nov 2018 at 19:56, Pradeep Singh wrote: > how to use place in model based form > > On Wed, 21 Nov 2018 at 19:08, Saurabh Agrawal > wrote: > >> I am sorry, maybe I am understanding wrong, but isn't log as expected?

Re: How to correct my signals call?

2018-11-21 Thread Pradeep Singh
how to use place in model based form On Wed, 21 Nov 2018 at 19:08, Saurabh Agrawal wrote: > I am sorry, maybe I am understanding wrong, but isn't log as expected? > > Since the signal is run synchronously within the Django request, "POST > /adminapp/merchantstores/add/" gets logged, only after t

Re: How do I store details securely with django?

2018-11-12 Thread Pradeep Singh
can i develop real estate web application using python+ django On Mon, 12 Nov 2018 at 14:35, PASCUAL Eric wrote: > Hi Lance, > > > but I need for people who are admins for a particular cloud to add their > cloud details to the app and then store their credentials securely. > > > I'm not sure to

Re: new to django

2018-10-18 Thread Pradeep Singh
bro first select a file where your project have stored. On Thu, 18 Oct 2018 at 15:23, Shubham Bajaj wrote: > I and getting error no module found django.cargo. > I tried for three hours but unable to start my first project pls help me.. > > On Thu 18 Oct, 2018, 3:19 PM Dilip Krishna, < > dilipkri

Re: Connecting Sql server to Django

2018-10-14 Thread Pradeep Singh
thanks ..@mateusz now its working On Mon, 15 Oct 2018 at 07:20, sum abiut wrote: > You can try sqlalchemy > https://docs.sqlalchemy.org/en/latest/dialects/mssql.html#module-sqlalchemy.dialects.mssql.pymssql > > > using the pymssql driver, you can do something like this > > from sqlalchemy im

Re: Connecting Sql server to Django

2018-10-14 Thread Pradeep Singh
no effect after capitilazation On Sun, 14 Oct 2018 at 22:48, Mateusz wrote: > Line 2: models.Model (capitalize class name) > > W dniu niedziela, 14 października 2018 19:09:47 UTC+2 użytkownik Pradeep > Singh napisał: >> >> >> >> On Sun, 14 Oct 2018 at 22:37,

Re: Connecting Sql server to Django

2018-10-14 Thread Pradeep Singh
ql > server as the DB of you're choice? Not something as Postgres or mySQL which > have good docs in the Django documentation. I think the above fix should > (?) Solve your issue. Maybe all the migrations have been created you have > to python manage.py migrate. > > On Oct

Re: Connecting Sql server to Django

2018-10-14 Thread Pradeep Singh
i am newbie in the django.. On Sun, 14 Oct 2018 at 22:21, Pradeep Singh wrote: > please help me why i am getting no change detected > > On Sat, 13 Oct 2018 at 01:33, Gurmeet Kaur > wrote: > >> I did it in my project. Use pyodbc to connect to sql server and i am >>

Re: Connecting Sql server to Django

2018-10-12 Thread Pradeep Singh
bro...will you help me ... i am getting django 404 error ...please tell how to fix it... i am using python 3.6 + django 1.11 On Fri, 12 Oct 2018 at 19:35, vineeth sagar wrote: > I don't know if it works for 1.8, you would've tested it by now. The link > I haven given is a current method to conne

Re: NoReverseMatch at /catalog/author/1

2018-10-11 Thread Pradeep Singh
no. mam still i am getting django404 error On Wed, 10 Oct 2018 at 12:04, Manjunath wrote: > [image: Boxbe] This message is eligible > for Automatic Cleanup! (dmanju.manj...@gmail.com) Add cleanup rule >

Re: Permission to views

2018-10-11 Thread Pradeep Singh
hey please help me On Thu, 11 Oct 2018 at 16:29, Django Girls Bauchi wrote: > > > Hello guys, am creating an all that needs permission to certain view, no > login permission, sort of access or eligibility permission.. > > Any ideas??? > > -- > You received this message because you are subscribe

Re: NoReverseMatch at /catalog/author/1

2018-10-08 Thread Pradeep Singh
tell me how to map correctly On Tue, 9 Oct 2018 at 11:21, Pradeep Singh wrote: > how to correct it give me step by step instruction > > On Mon, 8 Oct 2018 at 22:43, victor jack wrote: > >> Your application'software URL is not mapped correctly , from the error >> p

Re: NoReverseMatch at /catalog/author/1

2018-10-08 Thread Pradeep Singh
how to correct it give me step by step instruction On Mon, 8 Oct 2018 at 22:43, victor jack wrote: > Your application'software URL is not mapped correctly , from the error > page it is only the admin that can be loaded . > > On Tue, 9 Oct 2018 6:40 AM Pradeep Singh, wrote:

Re: NoReverseMatch at /catalog/author/1

2018-10-08 Thread Pradeep Singh
please.. help guys.. On Tue, 9 Oct 2018 at 11:10, Pradeep Singh wrote: > > > On Mon, 8 Oct 2018 at 22:30, victor jack wrote: > >> screenshot of the error message Singh will be helpful >> >> On Tue, 9 Oct 2018 6:24 AM Pradeep Singh, wrote: >> >>> i

Re: NoReverseMatch at /catalog/author/1

2018-10-08 Thread Pradeep Singh
On Mon, 8 Oct 2018 at 22:30, victor jack wrote: > screenshot of the error message Singh will be helpful > > On Tue, 9 Oct 2018 6:24 AM Pradeep Singh, wrote: > >> i am using python 3.7+django 2.0 >> >> On Tue, 9 Oct 2018 at 10:52, Pradeep Singh wrote: >> &g

Re: NoReverseMatch at /catalog/author/1

2018-10-08 Thread Pradeep Singh
i am using python 3.7+django 2.0 On Tue, 9 Oct 2018 at 10:52, Pradeep Singh wrote: > what is wrong with my...code...and setting please tell me > > On Tue, 9 Oct 2018 at 10:52, Pradeep Singh wrote: > >> please help me ...i am always getting django 404 error .how to fix it..

Re: NoReverseMatch at /catalog/author/1

2018-10-08 Thread Pradeep Singh
what is wrong with my...code...and setting please tell me On Tue, 9 Oct 2018 at 10:52, Pradeep Singh wrote: > please help me ...i am always getting django 404 error .how to fix it > > On Mon, 8 Oct 2018 at 22:17, Manjunath wrote: > >> Hi Victor, >> Are you sure

Re: geodjango raster field get pixel value

2018-10-08 Thread Pradeep Singh
to your-app-name.views.funtion >> >> in your case replace url path *welcome.views* into >> *testapp.views.welcome* >> >> On Mon, Oct 8, 2018 at 4:25 PM Pradeep Singh >> wrote: >> >>> brother please help why i am getting django 404. >>> >>> On

Re: geodjango raster field get pixel value

2018-10-08 Thread Pradeep Singh
brother please help why i am getting django 404. On Mon, 8 Oct 2018 at 16:24, Pradeep Singh wrote: > > > On Mon, 8 Oct 2018 at 16:23, Pradeep Singh wrote: > >> >> >> On Mon, 8 Oct 2018 at 16:23, Pradeep Singh wrote: >> >>> >>>

Re: geodjango raster field get pixel value

2018-10-06 Thread Pradeep Singh
when i sendind request always m getting django 404 error can you help me ..nd please tell me how to fix it On Sat, 6 Oct 2018 at 10:42, Pradeep Singh wrote: > i don't know, i hava a problem can you solve this . > > On Sat, 6 Oct 2018 at 10:09, Majid Hojati wrote: > >>

Re: geodjango raster field get pixel value

2018-10-06 Thread Pradeep Singh
i don't know, i hava a problem can you solve this . On Sat, 6 Oct 2018 at 10:09, Majid Hojati wrote: > [image: Boxbe] This message is eligible > for Automatic Cleanup! (asd5...@gmail.com) Add cleanup rule >

Re:how to create Django administration

2018-04-07 Thread PRADEEP SINGH
Sent from RediffmailNG on Android From: ansh srivastav Sent: Sat, 7 Apr 2018 21:49:20 GMT+0530 To: django-users@googlegroups.com Subject: Re: A first time programmer First check the version of python, then type :django-admin startproject projectname. On 7 Apr 2