On Fri, Oct 3, 2008 at 10:24 PM, waltbrad <[EMAIL PROTECTED]> wrote:

>
> I started with Django about a year ago and got interrupted. So, now
> I'm back and trying to go through a tutorial with the Django book.
> Installation. I did this once on the upstairs computer, but can't
> remember what I did.  But, I did it without installing a database
> engine. But, installation tutorials I read says, get a database
> engine. So, okay, once I figure it out on this computer, I'll re-do
> the upstairs computer.
>
> But... The tutorials I've been reading online all recommend
> PostgreSQL.   I don't care, I'll go that route, but the online server
> I am currently using only offers MySQL. Are these two engines
> compatible, or am I going to have to go against what the tutorial
> advises and intall MySQL on my machine?
>

If you are using Python 2.5 or higher, you can just use SQLite and do not
have to install a separate database engine.  Perhaps that is what you did
last time?  If you do decide to use something else, MySQL will work fine.
Details on the databases supported can be found here:

http://docs.djangoproject.com/en/dev/topics/install/#database-installation

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to