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
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
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,
>
>
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
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
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&
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
在 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:
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
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
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.
>
>
>
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
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’
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
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
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
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
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
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
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
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
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
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
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
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/
--~--~-~--~
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
26 matches
Mail list logo