Re: Setting up admin in visual studio

2018-11-12 Thread Ansh Srivastava
Good to go with brackets for django projects ! On Mon, Nov 12, 2018 at 9:59 PM swathi2801 Yadhav < swathi2801yad...@gmail.com> wrote: > > -- Forwarded message - > From: swathi2801 Yadhav > Date: Mon, 12 Nov 2018, 9:26 p.m. > Subject: Re: Setting up a

Fwd: Setting up admin in visual studio

2018-11-12 Thread swathi2801 Yadhav
-- Forwarded message - From: swathi2801 Yadhav Date: Mon, 12 Nov 2018, 9:26 p.m. Subject: Re: Setting up admin in visual studio To: Hi Everyone by using module pyPdf2 I need to extract only certain data only by using python example : resume.pdf should be extracted to text

Re: Setting up admin in visual studio

2018-11-12 Thread swathi2801 Yadhav
Hi Everyone by using module pyPdf2 I need to extract only certain data only by using python example : resume.pdf should be extracted to text only certain fields like name, phone number, email id, skills, qualifications On Sun, Nov 11, 2018 at 8:07 PM Aditya Bohra wrote: > In urls.py from

Re: Setting up admin in visual studio

2018-11-11 Thread swathi2801 Yadhav
There no need of importing the blog It's a small mistake were I haven't kept single quotes in main part of django code URLs.path...'Blog.urls' On Sun, 11 Nov 2018, 8:07 p.m. Aditya Bohra In urls.py from app_name.views import blog > > -- > You received this message because you are subscribed to

Fwd: Setting up admin in visual studio

2018-11-11 Thread Aditya Bohra
In urls.py from app_name.views import blog -- 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,

Re: Setting up admin in visual studio

2018-11-09 Thread Simon McConnell
Times have changed -- 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

Re: Setting up admin in visual studio

2018-11-08 Thread Mike Dewhirst
s *Subject:* Re: Setting up admin in visual studio There are some tools for visual studio which can make it a python IDE. .I want just want to make the admin.py to work. What are other IDE's for Django? در سه‌شنبه 6 نوامبر 2018، ساعت 6:03:32 (UTC-8)، Jason نوشته: visual studio, the .net/C# IDE, is

Re: Setting up admin in visual studio

2018-11-08 Thread Ryan Gedwill
ne >>>> >>>>> On Nov 6, 2018, at 3:32 PM, Matthew Pava wrote: >>>>> >>>>> PyCharm >>>>> >>>>> >>>>> >>>>> From: django...@googlegroups.com [mailto:dj...@googlegroups.com] On &g

Re: Setting up admin in visual studio

2018-11-08 Thread Saeed Pooladzadeh
PM, Matthew Pava wrote: >>> >>> PyCharm >>> >>> >>> >>> *From:* django...@googlegroups.com [mailto:dj...@googlegroups.com] *On >>> Behalf Of *Saeed Pooladzadeh >>> *Sent:* Tuesday, November 6, 2018 3:31 PM >>>

Re: Setting up admin in visual studio

2018-11-07 Thread Arturo Fernandez
arm >> >> >> >> *From:* django...@googlegroups.com [mailto:dj...@googlegroups.com] *On >> Behalf Of *Saeed Pooladzadeh >> *Sent:* Tuesday, November 6, 2018 3:31 PM >> *To:* Django users >> *Subject:* Re: Setting up admin in visual studio >> >> >&g

Re: Setting up admin in visual studio

2018-11-06 Thread Saeed Pooladzadeh
Charm > > > > *From:* django...@googlegroups.com [ > mailto:dj...@googlegroups.com ] *On Behalf Of *Saeed > Pooladzadeh > *Sent:* Tuesday, November 6, 2018 3:31 PM > *To:* Django users > *Subject:* Re: Setting up admin in visual studio > > > > There are som

Re: Setting up admin in visual studio

2018-11-06 Thread Phako Perez
: Django users > Subject: Re: Setting up admin in visual studio > > There are some tools for visual studio which can make it a python IDE. > .I want just want to make the admin.py to work. > What are other IDE's for Django? > > در سه‌شنبه 6 نوامبر 2018، ساعت 6:03:32 (UTC-8)،

RE: Setting up admin in visual studio

2018-11-06 Thread Matthew Pava
PyCharm From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Saeed Pooladzadeh Sent: Tuesday, November 6, 2018 3:31 PM To: Django users Subject: Re: Setting up admin in visual studio There are some tools for visual studio which can make it a python IDE. .I

Re: Setting up admin in visual studio

2018-11-06 Thread Saeed Pooladzadeh
There are some tools for visual studio which can make it a python IDE. .I want just want to make the admin.py to work. What are other IDE's for Django? در سه‌شنبه 6 نوامبر 2018، ساعت 6:03:32 (UTC-8)، Jason نوشته: > > visual studio, the .net/C# IDE, is not for python (at least none of the >

Re: Setting up admin in visual studio

2018-11-06 Thread Jason
visual studio, the .net/C# IDE, is not for python (at least none of the versions I've used) So not sure how to help you other than suggest another IDE -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Setting up admin in visual studio

2018-11-05 Thread Saeed Pooladzadeh
I know visual studio and visual studio code are different. I mean the main visual studio. . How to set up the page admin.py How to make it appear? در دوشنبه 5 نوامبر 2018، ساعت 12:14:47 (UTC-8)، Holger Otto ANDRé نوشته: > > I don't get what you mean by admin page. > BTW don't get confused > 1)

Re: Setting up admin in visual studio

2018-11-05 Thread Motaz Hejaze
what do you want to do exactly ? On Mon, Nov 5, 2018 at 8:01 PM Saeed Pooladzadeh wrote: > Hello, > > Can anyone help me how to start the admin page in visual studio. > I have tried many methods but none succeeded. > > thanks > > Saeed > > -- > You received this message because you are

Re: Setting up admin in visual studio

2018-11-05 Thread Holger Otto ANDRE
I don't get what you mean by admin page. BTW don't get confused 1) Visual Studio 2017 (what I uses for Python projects) 2) Visual Studio Code ( an very versatile editor from MS as well) Both can be used for Python development. *Holger André* Skype: hjoab1 Mobile/Whatsapp/Telegram : +(506)

Re: Setting up admin in visual studio

2018-11-05 Thread TimT Vogt
Did You use the terminal in visual studio? Verstuurd vanaf mijn iPhone > Op 5 nov. 2018 om 20:25 heeft Arturo Fernandez het > volgende geschreven: > > Helloo, visual studio is just an editor. > > Here is the tutorial that I started with >

Re: Setting up admin in visual studio

2018-11-05 Thread Arturo Fernandez
Helloo, visual studio is just an editor. Here is the tutorial that I started with https://www.youtube.com/watch?v=UmljXZIypDc=1=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p and here is my blog, I have a lot about Visual studio code to get you started: blog.arturofm.com Hope it helps :) On Monday,

Setting up admin in visual studio

2018-11-05 Thread Saeed Pooladzadeh
Hello, Can anyone help me how to start the admin page in visual studio. I have tried many methods but none succeeded. thanks Saeed -- 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