LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
src/richie/__init__.py
src/richie.egg-info/PKG-INFO
src/richie.egg-info/SOURCES.txt
src/richie.egg-info/dependency_links.txt
src/richie.egg-info/requires.txt
src/richie.egg-info/top_level.txt
src/richie.egg-info/zip-safe
src/richie/apps/__init__.py
src/richie/apps/core/__init__.py
src/richie/apps/core/factories.py
src/richie/apps/core/helpers.py
src/richie/apps/core/models.py
src/richie/apps/core/utils.py
src/richie/apps/core/fields/__init__.py
src/richie/apps/core/fields/multiselect.py
src/richie/apps/core/fixtures/banner/banner1.jpg
src/richie/apps/core/fixtures/banner/banner2.jpg
src/richie/apps/core/fixtures/banner/banner3.jpg
src/richie/apps/core/fixtures/banner/banner4.jpg
src/richie/apps/core/fixtures/cover/anant_aggarwal.jpg
src/richie/apps/core/fixtures/cover/installing_openedx.jpg
src/richie/apps/core/fixtures/cover/openedx_2018.jpg
src/richie/apps/core/fixtures/licence/cc_by_nc.png
src/richie/apps/core/fixtures/licence/cc_by_nc_nd.png
src/richie/apps/core/fixtures/licence/cc_by_nc_sa.png
src/richie/apps/core/fixtures/licence/cc_by_nd.png
src/richie/apps/core/fixtures/licence/cc_by_sa.png
src/richie/apps/core/fixtures/logo/logo1.png
src/richie/apps/core/fixtures/logo/logo2.png
src/richie/apps/core/fixtures/logo/logo3.png
src/richie/apps/core/fixtures/logo/logo4.png
src/richie/apps/core/fixtures/portrait/portrait-1.png
src/richie/apps/core/fixtures/portrait/portrait-2.png
src/richie/apps/core/fixtures/portrait/portrait-3.png
src/richie/apps/core/fixtures/portrait/portrait-4.png
src/richie/apps/core/fixtures/portrait/portrait-5.png
src/richie/apps/core/fixtures/portrait/portrait-6.png
src/richie/apps/core/fixtures/portrait/portrait-7.png
src/richie/apps/core/fixtures/portrait/portrait-8.png
src/richie/apps/core/management/__init__.py
src/richie/apps/core/management/commands/__init__.py
src/richie/apps/core/management/commands/create_demo_site.py
src/richie/apps/core/static/images/logo.png
src/richie/apps/core/templates/cms/plugins/text.html
src/richie/apps/core/templates/djangocms_link/button-caesura/link.html
src/richie/apps/core/templates/djangocms_video/full-width/video_player.html
src/richie/apps/core/templates/menu/footer_menu.html
src/richie/apps/core/templates/menu/header_menu.html
src/richie/apps/core/templates/menu/menu.html
src/richie/apps/core/templates/richie/base.html
src/richie/apps/core/templates/richie/child_pages_list.html
src/richie/apps/core/templates/richie/fullwidth.html
src/richie/apps/core/templates/richie/homepage.html
src/richie/apps/core/templates/richie/single-column.html
src/richie/apps/core/tests/__init__.py
src/richie/apps/core/tests/utils.py
src/richie/apps/courses/__init__.py
src/richie/apps/courses/admin.py
src/richie/apps/courses/cms_plugins.py
src/richie/apps/courses/cms_toolbars.py
src/richie/apps/courses/cms_wizards.py
src/richie/apps/courses/defaults.py
src/richie/apps/courses/factories.py
src/richie/apps/courses/fields.py
src/richie/apps/courses/forms.py
src/richie/apps/courses/helpers.py
src/richie/apps/courses/widgets.py
src/richie/apps/courses/migrations/0001_initial.py
src/richie/apps/courses/migrations/__init__.py
src/richie/apps/courses/models/__init__.py
src/richie/apps/courses/models/category.py
src/richie/apps/courses/models/course.py
src/richie/apps/courses/models/organization.py
src/richie/apps/courses/templates/courses/cms/category_detail.html
src/richie/apps/courses/templates/courses/cms/course_detail.html
src/richie/apps/courses/templates/courses/cms/course_run_detail.html
src/richie/apps/courses/templates/courses/cms/fragment_course_content.html
src/richie/apps/courses/templates/courses/cms/fragment_course_glimpse.html
src/richie/apps/courses/templates/courses/cms/fragment_organization_main_logo.html
src/richie/apps/courses/templates/courses/cms/organization_detail.html
src/richie/apps/courses/templates/courses/cms/organization_list.html
src/richie/apps/courses/templates/courses/plugins/category_plugin.html
src/richie/apps/courses/templates/courses/plugins/course_plugin.html
src/richie/apps/courses/templates/courses/plugins/licence_plugin.html
src/richie/apps/courses/templates/courses/plugins/organization.html
src/richie/apps/courses/templatetags/__init__.py
src/richie/apps/courses/templatetags/extra_tags.py
src/richie/apps/persons/__init__.py
src/richie/apps/persons/admin.py
src/richie/apps/persons/cms_plugins.py
src/richie/apps/persons/cms_toolbars.py
src/richie/apps/persons/cms_wizards.py
src/richie/apps/persons/factories.py
src/richie/apps/persons/models.py
src/richie/apps/persons/migrations/0001_initial.py
src/richie/apps/persons/migrations/__init__.py
src/richie/apps/persons/templates/persons/cms/person_detail.html
src/richie/apps/persons/templates/persons/plugins/person.html
src/richie/apps/persons/tests/__init__.py
src/richie/apps/persons/tests/utils.py
src/richie/apps/search/__init__.py
src/richie/apps/search/defaults.py
src/richie/apps/search/exceptions.py
src/richie/apps/search/forms.py
src/richie/apps/search/index_manager.py
src/richie/apps/search/partial_mappings.py
src/richie/apps/search/urls.py
src/richie/apps/search/fields/__init__.py
src/richie/apps/search/fields/array.py
src/richie/apps/search/fields/datetimerange.py
src/richie/apps/search/indexers/__init__.py
src/richie/apps/search/indexers/categories.py
src/richie/apps/search/indexers/courses.py
src/richie/apps/search/indexers/organizations.py
src/richie/apps/search/management/__init__.py
src/richie/apps/search/management/commands/__init__.py
src/richie/apps/search/management/commands/bootstrap_elasticsearch.py
src/richie/apps/search/templates/search/search.html
src/richie/apps/search/utils/__init__.py
src/richie/apps/search/utils/filter_definitions.py
src/richie/apps/search/utils/i18n.py
src/richie/apps/search/utils/indexers.py
src/richie/apps/search/utils/viewsets.py
src/richie/apps/search/viewsets/__init__.py
src/richie/apps/search/viewsets/categories.py
src/richie/apps/search/viewsets/courses.py
src/richie/apps/search/viewsets/organizations.py
src/richie/plugins/__init__.py
src/richie/plugins/large_banner/__init__.py
src/richie/plugins/large_banner/cms_plugins.py
src/richie/plugins/large_banner/defaults.py
src/richie/plugins/large_banner/factories.py
src/richie/plugins/large_banner/forms.py
src/richie/plugins/large_banner/models.py
src/richie/plugins/large_banner/migrations/0001_initial.py
src/richie/plugins/large_banner/migrations/0002_add_template_and_content_fields.py
src/richie/plugins/large_banner/migrations/0003_make_logo_optional.py
src/richie/plugins/large_banner/migrations/__init__.py
src/richie/plugins/large_banner/templates/richie/large_banner/hero-intro.html
src/richie/plugins/large_banner/templates/richie/large_banner/large_banner.html
src/richie/plugins/plain_text/__init__.py
src/richie/plugins/plain_text/cms_plugins.py
src/richie/plugins/plain_text/factories.py
src/richie/plugins/plain_text/models.py
src/richie/plugins/plain_text/migrations/0001_initial.py
src/richie/plugins/plain_text/migrations/__init__.py
src/richie/plugins/plain_text/templates/richie/plain_text/plain_text.html
src/richie/plugins/section/__init__.py
src/richie/plugins/section/cms_plugins.py
src/richie/plugins/section/defaults.py
src/richie/plugins/section/factories.py
src/richie/plugins/section/models.py
src/richie/plugins/section/migrations/0001_initial.py
src/richie/plugins/section/migrations/0002_add_template_field.py
src/richie/plugins/section/migrations/__init__.py
src/richie/plugins/section/templates/richie/section/highlighted_items.html
src/richie/plugins/section/templates/richie/section/section.html
src/richie/plugins/simple_text_ckeditor/__init__.py
src/richie/plugins/simple_text_ckeditor/cms_plugins.py
src/richie/plugins/simple_text_ckeditor/factories.py
src/richie/plugins/simple_text_ckeditor/forms.py
src/richie/plugins/simple_text_ckeditor/models.py
src/richie/plugins/simple_text_ckeditor/migrations/0001_initial.py
src/richie/plugins/simple_text_ckeditor/migrations/__init__.py
src/richie/plugins/simple_text_ckeditor/templates/richie/simple_text_ckeditor/simple_text.html