Re: Please help me out, I tried to get sync for whole day @@

2014-04-20 Thread Gerald Klein
'NAME': 'mysite'), the paran doesn't belong there On Sat, Apr 19, 2014 at 10:11 AM, Toan ComS wrote: > > > >> DATABASES = { >> 'default': { >> 'ENGINE': 'django.db.backends.sqlite3', >> 'NAME': 'mysite'), >> } >> } >> > > Is it wrong? > > -- > You

Re: Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread Mike Dewhirst
On 20/04/2014 1:11 AM, Toan ComS wrote: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', #'NAME': 'mysite'), 'NAME': 'mysite', } } Is it wrong? I think so. Try removing the parens afte 'mysite'

Re: Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread voger
If there is a space in front of DATABASES then yes it is wrong. Python doesn't forgive lousy indentation On 04/19/2014 06:11 PM, Toan ComS wrote: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'mysite'), } }

Re: Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread Toan ComS
> DATABASES = { > 'default': { > 'ENGINE': 'django.db.backends.sqlite3', > 'NAME': 'mysite'), > } > } > Is it wrong? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread voger
There it says "unexpected indent" and points to the DATABASES in your settings.py. Check to see if it is indented properly. On 04/19/2014 05:02 PM, Toan ComS wrote: -- You received this

Re: Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread Andrew Farrell
This looks like you have an index error in your settings.py file. Probably an extra space at the start of line 58. If you run python settings.py, you probably get the same error. On Sat, Apr 19, 2014 at 10:02 AM, Toan ComS wrote: >

Please help me out, I tried to get sync for whole day @@

2014-04-19 Thread Toan ComS
-- 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