If you have south installed, I believe you can use migrate which takes an app argument.
python manage.py migrate myapp -A On Wed, May 22, 2013 at 12:50 PM, Michał Nowotka <[email protected]> wrote: > Hello, > > Is the any particular reason why syncdb doesn't have argument with list of > applications to be synced? > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-developers?hl=en > . > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
