Re: using a existing database

2007-10-02 Thread Ben Ford
Hi Greg What you'll need to is create a project (django-admin.py startproject I think). Then create an app inside that project (./manage.py startapp). Once you have the project and app directory structure edit the settings.py file to put it your database settings. After that's done you should be ab

using a existing database

2007-10-02 Thread Greg_IAP
HI, yesterday i send a message which asks of using an existing database with Django. Thanks to the guy who has answered me, but i have to explain a little bit more my problem. I 'm in charge of developping an astronomic images and metadata database for scientists in mysql, composed by 9 tables