I'm running OSX, I've decided to do Python 2.5 + Django + SQLite +
built-in server
I followed the instructions at
http://www.djangoproject.com/documentation/install/
Instead of doing
ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django
can I just download to my
SITE-PACKAGES-DIR/django
Sorry, accidentally posted incomplete message. Continued...
Instead of creating symbolic link,
ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django
can I just download to my
SITE-PACKAGES-DIR/django
Are there any downsides to this?
If yes, where should django-trunk (from svn co
http://c
I'm trying to get started with Django, but I've hit a hurdle with
database.
I have a very basic configuration: Python 2.5, Django (SVN), built-in
server, SQLite3 db.
My settings.py has this:
DATABASE_ENGINE = 'sqlite3'
DATABASE_NAME = '~/Projects/mysites/mysite/mysite.db'
When I run syncdb, I g
Hmm. Changing ~/... to /Users/Myname/... solved the problem.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscrib
4 matches
Mail list logo