Re: Django setting.py issue

2013-05-19 Thread Sun Simon
issue resolved. I have two settings.py files. One is in mysite and the other resides in mysite/mysite. This causes the error. I truncated the first and the issue is gone. On Monday, May 20, 2013 2:14:41 PM UTC+8, Sun Simon wrote: > > *Basic Facts:* > OS: Windows > Python

Django setting.py issue

2013-05-19 Thread Sun Simon
*Basic Facts:* OS: Windows Python version: 2.7 Django Version: Instant Django( https://groups.google.com/forum/?fromgroups#!topic/django-users/WLA0ziqbwpg) . I have Django installed using Instant Django and everything is fine until I beging to fiddle with database settings. Here is what my se

Re: Django Troubleshooting

2012-10-22 Thread Sun Simon
t specifically as an administrator. > > > On Fri, Oct 19, 2012 at 9:37 AM, Sun Simon > > wrote: > >> https://www.djangoproject.com/download/ >> >> I am installing Django for Python on Win XP and came across this problem >> during installation: >> >

Django Troubleshooting

2012-10-18 Thread Sun Simon
https://www.djangoproject.com/download/ I am installing Django for Python on Win XP and came across this problem during installation: tar xzvf Django-1.4.2.tar.gz cd Django-1.4.2 sudo python setup.py install What does "cd" mean? DOes it mean that I have to use command line to type it? --