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
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
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
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
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
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
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
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
; 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
>
; 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
>
; 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
>
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
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:
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
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
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
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
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
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
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
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
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
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
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
24 matches
Mail list logo