First of all: please don't ask me: "Why would you need this?".
Now the question itself: I have several applications installed in INSTALLED_APPS. Database is now empty and I want to synchronise only some of apps. What's the simplest way to do this?
I know I can write my custom management command based on syncdb. But it's a shame syncdb is designed in such a way that I would have to copy/paste a large chunk of code, changing only one line. This is a reason I want to explore other possibilities.