Skip to content

Commit

Permalink
fill in the author name for settings ADMIN
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpneo committed Feb 9, 2011
1 parent ce925a5 commit 55bf2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skel/example/settings.py
Expand Up @@ -14,7 +14,7 @@
sys.path.append(APP)

ADMINS = (
# ('Your Name', 'your_email@domain.com'),
# ('$$$$AUTHOR$$$$', 'your_email@domain.com'),
)

MANAGERS = ADMINS
Expand Down

0 comments on commit 55bf2cc

Please sign in to comment.