mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
fix API documentation
This commit is contained in:
parent
c8733c4707
commit
9cc86d597e
3 changed files with 5 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ API Reference
|
|||
:mod:`models` Module
|
||||
--------------------
|
||||
|
||||
.. automodule:: imagekit.models
|
||||
.. automodule:: imagekit.models.fields
|
||||
:members:
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ import sys, os
|
|||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
#sys.path.insert(0, os.path.abspath('.'))
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
sys.path.append(os.path.abspath('_themes'))
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings'
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
Django >= 1.3.1
|
||||
Django>=1.3.1
|
||||
django-appconf>=0.5
|
||||
PIL>=1.1.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue