Re: Tutorial Problems...

2019-08-11 Thread Mike Dewhirst
On 11/08/2019 3:25 am, aman kumar wrote:  hello... While using field type null ... what is difference between "Empty string" and Null=True i.e null ..value for "no data"  in string based field...? Empty string is "" Django likes to convert str=None (ie no value) into an empty strin

Re: Tutorial Problems...

2019-08-10 Thread aman kumar
hello... While using field type null ... what is difference between "Empty string" and Null=True i.e null ..value for "no data" in string based field...? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gro

Re: Tutorial Problems...

2019-08-08 Thread Mike Dewhirst
On 9/08/2019 2:43 am, Emil Lilja wrote: 1. Yeah i know but I've copied the code straight of the tutorial so getting a SyntaxError seems odd. Well you know what Sherlock Holmes would say. Eliminate the impossible and what is left must be true. You can only detect a syntax error by examing you

Re: Tutorial Problems...

2019-08-08 Thread Emil Lilja
1. Yeah i know but I've copied the code straight of the tutorial so getting a SyntaxError seems odd. 2. Don't think it has anything to do with the migration. I just don't see the output of runserver until i terminate it with ctrl-c. Noticed recently that it only does this on Git Bash and not wi

Re: Tutorial Problems...

2019-08-07 Thread Mike Dewhirst
Two things ... Look at the error near the bottom of the traceback and notice it says there is a syntax faux pas on line 21 of one of your files. If you find and fix that python will advance to your next error - if any. And runserver is asking you to Ctrl-c and do python manage.py migrate --se

Re: Tutorial Problems...

2019-08-07 Thread Emil Lilja
Hey, Thanks for your reply! So yeah i did the tutorial from scratch again and noticed like you were aiming at that the server was actually running. Even though the tutorial clearly states that you should get the following output when running *runserver, *I only seem to get this after i termin

Re: Tutorial Problems...

2019-08-06 Thread Mike Dewhirst
On 6/08/2019 10:32 pm, Emil Lilja wrote: Hey all, I realize I'm somewhat of a buffoon on the subject but I've tried learning Python on my free time the past couple months and want to get in to Django. In my opinion that confirms you are not a buffoon but rather you are strategically right o

Tutorial Problems...

2019-08-06 Thread Emil Lilja
Hey all, I realize I'm somewhat of a buffoon on the subject but I've tried learning Python on my free time the past couple months and want to get in to Django. So after following the tutorial and trying to launch the server with: *python mange.py runserver *all i get is *Watching for files with

Re: Tutorial Problems

2011-03-26 Thread ruler501
; Sender:django-users@googlegroups.com > Date: Sat, 26 Mar 2011 07:32:13To: Django > usersReply-To:django-users@googlegroups.com > Subject: Re: Tutorial Problems > > Sorry I tthought that would let you download. Here is another > downloadhttp://www.mediafire.com/?aqdav0n22vz2uxt >

Re: Tutorial Problems

2011-03-26 Thread ruler501
; Sender:django-users@googlegroups.com > Date: Sat, 26 Mar 2011 07:32:13To: Django > usersReply-To:django-users@googlegroups.com > Subject: Re: Tutorial Problems > > Sorry I tthought that would let you download. Here is another > downloadhttp://www.mediafire.com/?aqdav0n22vz2uxt >

Re: Tutorial Problems

2011-03-26 Thread ruler501
; Sender:django-users@googlegroups.com > Date: Sat, 26 Mar 2011 07:32:13To: Django > usersReply-To:django-users@googlegroups.com > Subject: Re: Tutorial Problems > > Sorry I tthought that would let you download. Here is another > downloadhttp://www.mediafire.com/?aqdav0n22vz2uxt >

Re: Tutorial Problems

2011-03-26 Thread delegbede
Do you have problems using pastebin??? Sent from my BlackBerry wireless device from MTN -Original Message- From: ruler501 Sender: django-users@googlegroups.com Date: Sat, 26 Mar 2011 07:32:13 To: Django users Reply-To: django-users@googlegroups.com Subject: Re: Tutorial Problems Sorry

Re: Tutorial Problems

2011-03-26 Thread ruler501
Sorry I tthought that would let you download. Here is another download http://www.mediafire.com/?aqdav0n22vz2uxt On Mar 25, 10:13 pm, Mike Ramirez wrote: > On Friday, March 25, 2011 08:03:30 pm ruler501 wrote: > > > I have been going through the tutorial and this is the code I > > currently have:

Re: Tutorial Problems

2011-03-26 Thread southof40
Yes put the code on pastebin and can you be a bit more explicit about the last thing that behaved as the tut says it should and the first thing that doesn't ? (I appreciate the latter should be derived from the former but just in case !). Also might be worth checking what version of Django you've

Re: Tutorial Problems

2011-03-25 Thread Mike Ramirez
On Friday, March 25, 2011 08:03:30 pm ruler501 wrote: > I have been going through the tutorial and this is the code I > currently have: > http://www.omnimaga.org/index.php?action=dlattach;topic=7310.0;attach=6834 > I have gotten to the 404 part in part 3 before deciding to post here. > Almost every

Tutorial Problems

2011-03-25 Thread ruler501
I have been going through the tutorial and this is the code I currently have: http://www.omnimaga.org/index.php?action=dlattach;topic=7310.0;attach=6834 I have gotten to the 404 part in part 3 before deciding to post here. Almost everything since the very last part of part 2(beginning with HTML) i

Re: Tutorial problems

2010-06-27 Thread Kenneth Gonsalves
On Sunday 27 June 2010 20:59:14 Darren wrote: > If you are using apache on Debian Linux, /etc/init.d/apache restart. Other > Linux distros and Mac look for apachectrl. > apachectl on others and apache2ctl on debian -- Regards Kenneth Gonsalves Senior Associate NRC-FOSS at AU-KBC -- You receiv

Re: Tutorial problems

2010-06-27 Thread Gabriel Gayan
just rerun the server using python manage.py runserver Cheers On Sun, Jun 27, 2010 at 10:49 AM, zippzom wrote: > How does one go about restarting the server? > > Thanks in advance! > > On Jun 25, 10:37 pm, Michael Schade wrote: > > As Gabriel mentioned, make sure you reran the server after

Re: Tutorial problems

2010-06-27 Thread Darren
If you are using apache on Debian Linux, /etc/init.d/apache restart. Other Linux distros and Mac look for apachectrl. Darren On Jun 27, 2010, at 9:49 AM, zippzom wrote: > How does one go about restarting the server? > > Thanks in advance! > > On Jun 25, 10:37 pm, Michael Schade wrote: >> A

Re: Tutorial problems

2010-06-27 Thread zippzom
How does one go about restarting the server? Thanks in advance! On Jun 25, 10:37 pm, Michael Schade wrote: > As Gabriel mentioned, make sure you reran the server after making the > changes (though if using runserver, it should handle that for you). Also > make sure you did not miss this bit in t

Re: Tutorial problems

2010-06-25 Thread Michael Schade
As Gabriel mentioned, make sure you reran the server after making the changes (though if using runserver, it should handle that for you). Also make sure you did not miss this bit in the tutorial: "Wait a minute. is, utterly, an unhelpful representation of this object. Let's fix that by editing th

Re: Tutorial problems

2010-06-25 Thread Gabriel Gayan
Have you tried re-running the server after saving the changes? the tutorial worked perfectly for me. On Fri, Jun 25, 2010 at 1:16 PM, zippzom wrote: > So, i'm working through the tutorial, but i'm having a problem with > the unicode method in the part 1 writing your own apps. I've copied > the c

Tutorial problems

2010-06-25 Thread Bradley Hintze
Hi all, I just installed Django using MacPorts on snow leopard and django-admin.py cannot be found anywhere on my computer, thus I cant do the tutorial. Also, the recommendation was given to place /opt/local/lib/python2.4/site-packages/django/bin in a $PATH but that given path is non-existant on m

Tutorial problems

2010-06-25 Thread zippzom
So, i'm working through the tutorial, but i'm having a problem with the unicode method in the part 1 writing your own apps. I've copied the code to the letter, but it still only returns instead . Any ideas why this could be happening? Sorry if this is the wrong place to post this. -- You receiv