source:
products/quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/config.py
@
3279
| Last change on this file since 3279 was 3279, checked in by vmaksymiv, 15 years ago | |
|---|---|
| File size: 281 bytes | |
| Line | |
|---|---|
| 1 | GLOBALS = globals() |
| 2 | PRODUCT_NAME = 'quintagroup.plonecaptchas' |
| 3 | CAPTCHA_NAME = 'plonecaptchas' |
| 4 | |
| 5 | HAS_APP_DISCUSSION = True |
| 6 | try: |
| 7 | import plone.app.discussion |
| 8 | plone.app.discussion # keep pyflakes quiet |
| 9 | except ImportError: |
| 10 | HAS_APP_DISCUSSION = False |
| 11 | |
| 12 | #TOOL_ICON = 'tool.gif' |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/common/qtrac_logo.png)