Skip to content

Commit

Permalink
Note about naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Feb 15, 2012
1 parent f70373d commit ba16f3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ standard structure of sentry/management/commands/<command name>.py.

Now when we call sentry. it's actually piping that to the logan runner. Logan simply
loads the predefined settings file (which defaults to PROJECT_CONF, or ~/.project/project.conf.py)
and then passes the command off to Django's internal representation of django-admin.py.
and then passes the command off to Django's internal representation of django-admin.py. In this case,
PROJECT is determined by the caller of logan.runner, which is "sentry". If it were "foo-bar", PROJECT
would be FOO_BAR, and "project" would still be "foo-bar".

In most cases, you're also going to want to provide a default configuration to inherit from,
as well as a template to generate for the user if their configuration does not exist.
Expand Down

0 comments on commit ba16f3c

Please sign in to comment.