On 2/25/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
    # generated settings file contains INSTALLED_APPS with the basics,
    # such as sessions, auth, etc.. Advanced users can remove any or all of that
    # if they don't want to use it.

    python foo/manage.py synchdb   # creates tables for all INSTALLED_APPS

    # When you write some new models, just run "manage.py synchdb" again
    # to make sure things are in sync. This can later be expanded to include
    # ALTER TABLE statements.

Thoughts?

How about making manage.py work at myapp.mymodel level?

--
Amit Upadhyay
Blog: http://www.rootshell.be/~upadhyay
+91-9867-359-701
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to