diff --git a/doc_src/Makefile b/doc_src/Makefile index 0040a51..d34da38 100644 --- a/doc_src/Makefile +++ b/doc_src/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -a SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build diff --git a/docs/_sources/reference/management_commands.txt b/docs/_sources/reference/management_commands.txt index 0339ab1..b090695 100644 --- a/docs/_sources/reference/management_commands.txt +++ b/docs/_sources/reference/management_commands.txt @@ -26,9 +26,9 @@ Add missing registered category fields to the database table of a specified appl Requires Django South. -.. _drop_category_fields: +.. _drop_category_field: -drop_category_fields +drop_category_field =================== **Usage:** ``./manage.py drop_category_field app_name model_name field_name`` diff --git a/docs/_sources/reference/settings.txt b/docs/_sources/reference/settings.txt index 1ed70f9..94f1ac3 100644 --- a/docs/_sources/reference/settings.txt +++ b/docs/_sources/reference/settings.txt @@ -67,4 +67,11 @@ THUMBNAIL_STORAGE **Default:** ``settings.DEFAULT_FILE_STORAGE`` -**Description:** How to store the thumbnails. Allows for external storage engines like S3. \ No newline at end of file +**Description:** How to store the thumbnails. Allows for external storage engines like S3. + +JAVASCRIPT_URL +============== + +**Default:** ``STATIC_URL or MEDIA_URL + 'js/'`` + +**Description:** Allows for customization of javascript placement. \ No newline at end of file diff --git a/docs/adding_the_fields.html b/docs/adding_the_fields.html index ff9f6e7..cca1298 100644 --- a/docs/adding_the_fields.html +++ b/docs/adding_the_fields.html @@ -6,13 +6,13 @@ - Adding the fields to the database — Django Categories v0.7beta1 documentation + Adding the fields to the database — Django Categories v0.7 documentation - +
-

Django Categories v0.7beta1 documentation

+

Django Categories v0.7 documentation