[BD-21] Document settings with annotations
We introduce the documentation of django settings via code annotations. This will allow us to produce a human-readable documentatio of all Open edX settings.
This commit is contained in:
@@ -4,12 +4,12 @@ Tests for Blockstore-based Content Libraries
|
||||
"""
|
||||
from contextlib import contextmanager
|
||||
from io import BytesIO
|
||||
from mock import patch
|
||||
from urllib.parse import urlencode
|
||||
import unittest
|
||||
|
||||
from django.conf import settings
|
||||
from django.test.utils import override_settings
|
||||
from mock import patch
|
||||
from organizations.models import Organization
|
||||
from rest_framework.test import APITestCase, APIClient
|
||||
from search.search_engine_base import SearchEngine
|
||||
|
||||
Reference in New Issue
Block a user