Is it possible to work with databases in the "traditional" way? I mean:

   - Design, create, manage the database natively
   - Have batch processes to insert and mange data
   - Connect this data to a django-based website

What tools are there to do this? Is this an inefficient approach in the 
django world?

Alternatively, if I create the database using model.py:

   - Then need to make changes to the database as we go along, without 
   deleting data, how can this be done?
   - How do I define triggers, indexes, etc in model.py?
   

Thanks much. I am a newbie. Clearly.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/AvAVd3SH0JsJ.
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