See also
Django Quick django-admin.py and manage.py docs.
manage.py startglamkitapp [options] <appname>
Creates a template GLAMkit app of the type specified by the options.
Options are:
| --blog | or |
| -b | creates an app using GLAMkit-blogtools |
| --events | or |
| -e | creates an app using Welcome to GLAMkit Events’ documentation! |
The template app created is a functional but minimal app using the specified GLAMkit tool set (similar to the skeletal app created by the Django startapp command - only with a little more flesh on the bones!)
Example usage:
manage.py startglamkitapp --blog my_blog