I\'m a Django newbie, but fairly experienced at programming. I have a set of related applications that I\'d like to group into a sub-application but can not figure out how t
Go to your apps folder. Try:
python ../manage.py startapp app_name