File: documentation.py

package info (click to toggle)
python-django-crispy-forms-foundation 1.1.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 884 kB
  • sloc: javascript: 6,437; python: 1,326; makefile: 200; sh: 17
file content (11 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
"""
Django settings for documentation

This is required since documentation use Sphinx extension 'autodoc' which loads some
application code that import Django and so require a settings file just to setup.

If you don't plan to documentate code which involves Django, you should not need of
this settings files and should remove its occurence and Django occurences from
``docs/conf.py``.
"""
from sandbox.settings.base import *  # noqa: F403