summaryrefslogtreecommitdiffstats
path: root/askbot/admin.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-06-27 18:07:56 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-06-27 18:07:56 -0400
commit863a7619a39724e0c0ecee2d70e61ea538c273fc (patch)
tree052603ef5e41f291180ed182664f39c5163a6567 /askbot/admin.py
parente5309b128d28c94d7905bb37541c3c3b88f00555 (diff)
downloadaskbot-863a7619a39724e0c0ecee2d70e61ea538c273fc.tar.gz
askbot-863a7619a39724e0c0ecee2d70e61ea538c273fc.tar.bz2
askbot-863a7619a39724e0c0ecee2d70e61ea538c273fc.zip
made autodoc work project-wide, tweaked some doc strings
Diffstat (limited to 'askbot/admin.py')
-rw-r--r--askbot/admin.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/askbot/admin.py b/askbot/admin.py
index 58e03102..f8478c02 100644
--- a/askbot/admin.py
+++ b/askbot/admin.py
@@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-
"""
-.. _askbot.admin:
+:synopsis: connector to standard Django admin interface
-:mod:`askbot.admin` - connector to standard Django admin interface
-===================================================================
-
-Add more classes subclassing ``django.contrib.admin.Model``
+To make more models accessible in the Django admin interface, add more classes subclassing ``django.contrib.admin.Model``
Names of the classes must be like `SomeModelAdmin`, where `SomeModel` must
exactly match name of the model used in the project