hello list. I have a question. With "python manage.py syncdb" the
tables are created in a database. Is possible use the configuration
declarated in the settings.py to create the database if this not
exists and make a script with lines like :

#-----------SCRIPT------------------
if not exists database:
    create database
python manage.py syncb
#-----------------------------------------

???

thanks for read.

-- 
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 unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to