Re: New to Django and Python

2020-01-05 Thread Hedrick Godson's
Wish you well with ur new journey On Sun, 5 Jan 2020, 16:50 'Dash LaLonde' via Django users < django-users@googlegroups.com> wrote: > Hello, > > Just wanted to say hello and let you all know that I will probably be > posting many questions. > > -- > You received this message because you are subsc

New to Django and Python

2020-01-05 Thread 'Dash LaLonde' via Django users
Hello, Just wanted to say hello and let you all know that I will probably be posting many questions. -- 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-use

Re: Where to start - New to Django and Python

2018-11-02 Thread William Vincent
Well I'm biased but add Django for Beginners <https://djangoforbeginners.com/> to the mix too. Also Django Girls <https://tutorial.djangogirls.org/en/>is a great first step. On Monday, October 22, 2018 at 8:02:01 AM UTC-4, Lokendar Singh wrote: > > Hi Community, > >

Re: Where to start - New to Django and Python

2018-10-22 Thread manu . pascual . luna
y. Also you can read it for free online. El lunes, 22 de octubre de 2018, 14:02:01 (UTC+2), Lokendar Singh escribió: > > Hi Community, > > I'm new to django and python, however I've experience in development. > > Can someone suggest me the best book/content/tutor

Re: Where to start - New to Django and Python

2018-10-22 Thread Joel
wrote: > Hi Community, > > I'm new to django and python, however I've experience in development. > > Can someone suggest me the best book/content/tutor to enhance my skills as > a lead developer? > Currently I'm going through django documentation. > > > Thanks

Re: Where to start - New to Django and Python

2018-10-22 Thread Mo-rema07
I have found The Django Book <https://djangobook.com/> to be a very good book to get a handle of Djangoa and it's philosophy. On Monday, October 22, 2018 at 2:02:01 PM UTC+2, Lokendar Singh wrote: > > Hi Community, > > I'm new to django and python, however I&

Where to start - New to Django and Python

2018-10-22 Thread Lokendar Singh
Hi Community, I'm new to django and python, however I've experience in development. Can someone suggest me the best book/content/tutor to enhance my skills as a lead developer? Currently I'm going through django documentation. Thanks in advance! Lokendar -- You receiv

Re: new to Django and Python

2014-01-08 Thread Hans S . Tømmerholt
在 2013年12月27日星期五UTC+8上午4时44分24秒,Brent Register写道: I get an error message when I run the"$ python manage.py syncdb" Command. 70 SyntaxError: Non-ASCII character '\xe2' in file /Users/bmregister/djangoLocal/myFirstSite/myFirstSite/settings.py on line 70, but >no encoding declared; see http:

Re: new to Django and Python

2014-01-08 Thread 向量
oh, my god. your db have problem, what db you use, mysql or sqlite? 在 2013年12月27日星期五UTC+8上午4时44分24秒,Brent Register写道: > > I get an error message when I run the > "$ python manage.py syncdb" > Command. > > > 70 > SyntaxError: Non-ASCII character '\xe2' in file > /Users/bmregister/djangoL

Re: new to Django and Python

2013-12-27 Thread Damián Pérez
this is because you are use special characters. you can include in you python files: # -*- coding: utf-8 -*- regards, On Thursday, December 26, 2013 2:44:24 PM UTC-6, Brent Register wrote: > > I get an error message when I run the > "$ python manage.py syncdb" > Command. > > > 70 > Synt

Re: new to Django and Python

2013-12-26 Thread trojactory
Hi Brent, Did you try the suggestions in the PEP link? Try adding this line at the top of the file: # coding: utf-8 Cheers, Arun On Friday, 27 December 2013 02:14:24 UTC+5:30, Brent Register wrote: > > I get an error message when I run the > "$ python manage.py syncdb" > Command. > > >

Re: new to Django and Python

2013-12-26 Thread Diogene Laerce
On 12/27/2013 03:44 AM, Register, Brent (CMG-Atlanta) wrote: I get an error message when I run the "$ python manage.py syncdb" Command. 70 SyntaxError: Non-ASCII character '\xe2' in file /Users/bmregister/djangoLocal/myFirstSite/myFirstSite/settings.py on line 70, but no encoding declared; s

new to Django and Python

2013-12-26 Thread Register, Brent (CMG-Atlanta)
I get an error message when I run the "$ python manage.py syncdb" Command. 70 SyntaxError: Non-ASCII character '\xe2' in file /Users/bmregister/djangoLocal/myFirstSite/myFirstSite/settings.py on line 70, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details I can’

Re: Parsing XML in the template? (New to Django and Python)

2009-12-06 Thread Sam Lai
2009/12/7 sleepjunk : > Thanks so much for your help. I'm sorry to ask another question, but I > am getting an error and have spent a few hours trying to figure it > out. Googling has not helped me. > > Environment: > > Request Method: GET > Request URL: http://127.0.0.1:8000/ > Django Version: 1.1

Re: Parsing XML in the template? (New to Django and Python)

2009-12-06 Thread sleepjunk
Thanks so much for your help. I'm sorry to ask another question, but I am getting an error and have spent a few hours trying to figure it out. Googling has not helped me. Environment: Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 1.1.1 Python Version: 2.6.4 Installed App

Re: Parsing XML in the template? (New to Django and Python)

2009-12-05 Thread Sam Lai
Inline. 2009/12/6 sleepjunk : > Thank you for the response. I don't believe I explained well enough > exactly what I'm trying to do. > > I have table Video with a field vimeo_code. Each vimeo_code has its > own XML file. The XML file I used in my views.py is just a random > video I saw on vimeo. I

Re: Parsing XML in the template? (New to Django and Python)

2009-12-05 Thread sleepjunk
Thank you for the response. I don't believe I explained well enough exactly what I'm trying to do. I have table Video with a field vimeo_code. Each vimeo_code has its own XML file. The XML file I used in my views.py is just a random video I saw on vimeo. I need to replace the vimeo_code so the XML

Re: Parsing XML in the template? (New to Django and Python)

2009-12-05 Thread Sam Lai
See inline. 2009/12/6 sleepjunk : > Hello :) I am working on a small video site that allows a user to add > a video to the site by submitting a Vimeo.com or Youtube.com URL. I'm > trying to display thumbnails without hosting them. For Vimeo videos I > need to parse an XML file to find the thumbnai

Parsing XML in the template? (New to Django and Python)

2009-12-05 Thread sleepjunk
Hello :) I am working on a small video site that allows a user to add a video to the site by submitting a Vimeo.com or Youtube.com URL. I'm trying to display thumbnails without hosting them. For Vimeo videos I need to parse an XML file to find the thumbnail location. On my homepage I would like to

Re: New to django and python. error following tutorial w/ the shell

2008-05-06 Thread Rodrigo Culagovski
Can you post the code 5 lines before and after the one that's giving you the error? Many times python will report a syntax error in one line that's actually caused by a missing parenthesis, semicolon, etc., in a line before. On May 6, 9:58 am, Jason Ourscene <[EMAIL PROTECTED]> wrote: > I tried w

Re: New to django and python. error following tutorial w/ the shell

2008-05-06 Thread Jason Ourscene
I tried with the space and without the space and i am still getting that error. what do you think? On May 6, 12:28 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 06-May-08, at 9:37 AM, Jason Ourscene wrote: > > >   def __unicode__(self): > > def __unicode__(self):   <- space after

Re: New to django and python. error following tutorial w/ the shell

2008-05-05 Thread LaundroMat
On 6 mei, 06:32, Norman <[EMAIL PROTECTED]> wrote: > and what editor do you use? > some advice? Geany (PC & Linux, Mac probably too) is the one I use. As for books, Core Python Programming is invaluable (to me at least) - see http://www.amazon.com/Core-Python-Programming-2nd/dp/0132269937/ref=pd

Re: New to django and python. error following tutorial w/ the shell

2008-05-05 Thread Kenneth Gonsalves
On 06-May-08, at 10:02 AM, Norman wrote: > Kenneth Gonsalves escribió: >> >> On 06-May-08, at 9:37 AM, Jason Ourscene wrote: >> >>> def __unicode__(self): >> >> def __unicode__(self): <- space after 'def'. If you use a >> python editor it will find errors like this >> > and what edit

Re: New to django and python. error following tutorial w/ the shell

2008-05-05 Thread Norman
Kenneth Gonsalves escribió: > > On 06-May-08, at 9:37 AM, Jason Ourscene wrote: > >> def __unicode__(self): > > def __unicode__(self): <- space after 'def'. If you use a > python editor it will find errors like this > and what editor do you use? some advice? -- Norman F. Sáez I

Re: New to django and python. error following tutorial w/ the shell

2008-05-05 Thread Kenneth Gonsalves
On 06-May-08, at 9:37 AM, Jason Ourscene wrote: > def __unicode__(self): def __unicode__(self): <- space after 'def'. If you use a python editor it will find errors like this -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/code/ --~--~-~--~

New to django and python. error following tutorial w/ the shell

2008-05-05 Thread Jason Ourscene
So i got it django up and running on my mac and am totally excited to get started, i got a bit into the tutorial when i got to the point where it asked me to add the __unicode__ method to my model. When i add it to my model and try to use the shell i get this error. If you anyone can help me with