README.md
setup.py
oldp/__init__.py
oldp/settings.py
oldp/urls.py
oldp/wsgi.py
oldp.egg-info/PKG-INFO
oldp.egg-info/SOURCES.txt
oldp.egg-info/dependency_links.txt
oldp.egg-info/not-zip-safe
oldp.egg-info/requires.txt
oldp.egg-info/top_level.txt
oldp/api/__init__.py
oldp/api/signals.py
oldp/api/views.py
oldp/api/tests/__init__.py
oldp/api/tests/test_views.py
oldp/apps/__init__.py
oldp/apps/accounts/__init__.py
oldp/apps/accounts/apps.py
oldp/apps/accounts/urls.py
oldp/apps/accounts/views.py
oldp/apps/accounts/tests/__init__.py
oldp/apps/accounts/tests/test_views.py
oldp/apps/backend/__init__.py
oldp/apps/backend/admin.py
oldp/apps/backend/apps.py
oldp/apps/backend/models.py
oldp/apps/backend/views.py
oldp/apps/backend/management/__init__.py
oldp/apps/backend/management/commands/__init__.py
oldp/apps/backend/management/commands/generate_related.py
oldp/apps/backend/migrations/__init__.py
oldp/apps/backend/processing/__init__.py
oldp/apps/backend/processing/content_processor.py
oldp/apps/backend/processing/processing_steps/__init__.py
oldp/apps/backend/processing/processing_steps/post/__init__.py
oldp/apps/backend/processing/processing_steps/post/send_to_es.py
oldp/apps/backend/processing/processing_steps/post/send_to_fs.py
oldp/apps/cases/__init__.py
oldp/apps/cases/admin.py
oldp/apps/cases/apps.py
oldp/apps/cases/models.py
oldp/apps/cases/serializers.py
oldp/apps/cases/urls.py
oldp/apps/cases/views.py
oldp/apps/cases/management/__init__.py
oldp/apps/cases/management/commands/__init__.py
oldp/apps/cases/management/commands/assign_topics.py
oldp/apps/cases/management/commands/process_cases.py
oldp/apps/cases/migrations/0001_initial.py
oldp/apps/cases/migrations/0002_auto_20171221_1055.py
oldp/apps/cases/migrations/0003_auto_20180209_0926.py
oldp/apps/cases/migrations/0004_auto_20180209_1748.py
oldp/apps/cases/migrations/0005_auto_20180424_0849.py
oldp/apps/cases/migrations/0006_auto_20180425_0726.py
oldp/apps/cases/migrations/0007_auto_20180425_2039.py
oldp/apps/cases/migrations/0008_auto_20180426_0806.py
oldp/apps/cases/migrations/0009_auto_20180430_1225.py
oldp/apps/cases/migrations/__init__.py
oldp/apps/cases/processing/__init__.py
oldp/apps/cases/processing/case_processor.py
oldp/apps/cases/processing/openjur/__init__.py
oldp/apps/cases/processing/openjur/openjur2es.py
oldp/apps/cases/processing/processing_steps/__init__.py
oldp/apps/cases/processing/processing_steps/assign_court.py
oldp/apps/cases/processing/processing_steps/assign_topics.py
oldp/apps/cases/processing/processing_steps/extract_refs.py
oldp/apps/cases/tests/__init__.py
oldp/apps/cases/tests/test_models.py
oldp/apps/cases/tests/test_processing.py
oldp/apps/contact/__init__.py
oldp/apps/contact/admin.py
oldp/apps/contact/apps.py
oldp/apps/contact/forms.py
oldp/apps/contact/models.py
oldp/apps/contact/urls.py
oldp/apps/contact/views.py
oldp/apps/contact/migrations/__init__.py
oldp/apps/contact/tests/__init__.py
oldp/apps/contact/tests/test_views.py
oldp/apps/courts/__init__.py
oldp/apps/courts/admin.py
oldp/apps/courts/apps.py
oldp/apps/courts/models.py
oldp/apps/courts/serializers.py
oldp/apps/courts/urls.py
oldp/apps/courts/views.py
oldp/apps/courts/management/__init__.py
oldp/apps/courts/management/commands/__init__.py
oldp/apps/courts/management/commands/enrich_courts.py
oldp/apps/courts/management/commands/import_courts.py
oldp/apps/courts/migrations/0001_initial.py
oldp/apps/courts/migrations/0002_auto_20171206_2142.py
oldp/apps/courts/migrations/0003_auto_20171206_2143.py
oldp/apps/courts/migrations/0004_court_updated.py
oldp/apps/courts/migrations/0005_auto_20171207_0947.py
oldp/apps/courts/migrations/0006_auto_20180130_1254.py
oldp/apps/courts/migrations/0007_auto_20180209_0926.py
oldp/apps/courts/migrations/0008_auto_20180209_1002.py
oldp/apps/courts/migrations/0009_auto_20180209_1604.py
oldp/apps/courts/migrations/0010_auto_20180424_0849.py
oldp/apps/courts/migrations/0011_court_email.py
oldp/apps/courts/migrations/0012_auto_20180504_1328.py
oldp/apps/courts/migrations/__init__.py
oldp/apps/courts/tests/__init__.py
oldp/apps/courts/tests/test_commands.py
oldp/apps/courts/tests/test_models.py
oldp/apps/courts/tests/test_views.py
oldp/apps/homepage/__init__.py
oldp/apps/homepage/admin.py
oldp/apps/homepage/apps.py
oldp/apps/homepage/models.py
oldp/apps/homepage/tests.py
oldp/apps/homepage/urls.py
oldp/apps/homepage/views.py
oldp/apps/homepage/management/__init__.py
oldp/apps/homepage/management/commands/__init__.py
oldp/apps/homepage/management/commands/render_html_pages.py
oldp/apps/homepage/migrations/__init__.py
oldp/apps/laws/__init__.py
oldp/apps/laws/admin.py
oldp/apps/laws/apps.py
oldp/apps/laws/models.py
oldp/apps/laws/serializers.py
oldp/apps/laws/urls.py
oldp/apps/laws/views.py
oldp/apps/laws/management/__init__.py
oldp/apps/laws/management/commands/__init__.py
oldp/apps/laws/management/commands/import_grundgesetz.py
oldp/apps/laws/management/commands/process_laws.py
oldp/apps/laws/management/commands/set_law_book_order.py
oldp/apps/laws/management/commands/set_law_book_revision.py
oldp/apps/laws/migrations/0001_initial.py
oldp/apps/laws/migrations/0002_remove_law_foo.py
oldp/apps/laws/migrations/0003_relatedlaw.py
oldp/apps/laws/migrations/0004_auto_20171222_1911.py
oldp/apps/laws/migrations/0005_auto_20180103_1151.py
oldp/apps/laws/migrations/0006_auto_20180103_1158.py
oldp/apps/laws/migrations/0007_lawbook_latest.py
oldp/apps/laws/migrations/0008_auto_20180106_1123.py
oldp/apps/laws/migrations/0009_auto_20180430_1225.py
oldp/apps/laws/migrations/0010_auto_20180503_0912.py
oldp/apps/laws/migrations/__init__.py
oldp/apps/laws/processing/__init__.py
oldp/apps/laws/processing/extract_law_book_codes.py
oldp/apps/laws/processing/law_processor.py
oldp/apps/laws/processing/processing_steps/__init__.py
oldp/apps/laws/processing/processing_steps/extract_refs.py
oldp/apps/laws/processing/processing_steps/extract_topics.py
oldp/apps/laws/tests/__init__.py
oldp/apps/laws/tests/test_processing.py
oldp/apps/laws/tests/test_views.py
oldp/apps/lib/__init__.py
oldp/apps/lib/apps.py
oldp/apps/lib/context_processors.py
oldp/apps/lib/templatetags/__init__.py
oldp/apps/lib/templatetags/qstring.py
oldp/apps/lib/templatetags/string_filters.py
oldp/apps/references/__init__.py
oldp/apps/references/admin.py
oldp/apps/references/apps.py
oldp/apps/references/models.py
oldp/apps/references/tests.py
oldp/apps/references/views.py
oldp/apps/references/management/__init__.py
oldp/apps/references/management/commands/__init__.py
oldp/apps/references/management/commands/assign_references.py
oldp/apps/references/management/commands/debug_references.py
oldp/apps/references/migrations/0001_initial.py
oldp/apps/references/migrations/0002_auto_20171221_1318.py
oldp/apps/references/migrations/0003_auto_20171221_1324.py
oldp/apps/references/migrations/0004_auto_20171221_1344.py
oldp/apps/references/migrations/0005_auto_20180424_0849.py
oldp/apps/references/migrations/__init__.py
oldp/apps/search/__init__.py
oldp/apps/search/admin.py
oldp/apps/search/apps.py
oldp/apps/search/models.py
oldp/apps/search/tests.py
oldp/apps/search/views.py
oldp/apps/search/management/__init__.py
oldp/apps/search/management/commands/__init__.py
oldp/apps/search/management/commands/setup_search_index.py
oldp/apps/search/migrations/0001_initial.py
oldp/apps/search/migrations/0002_auto_20180425_0944.py
oldp/apps/search/migrations/__init__.py
oldp/apps/topics/__init__.py
oldp/apps/topics/admin.py
oldp/apps/topics/apps.py
oldp/apps/topics/models.py
oldp/apps/topics/tests.py
oldp/apps/topics/views.py
oldp/apps/topics/migrations/__init__.py
oldp/assets/__init__.py
oldp/assets/static/__init__.d41d8cd98f00.py
oldp/assets/static/__init__.py
oldp/assets/static-global/__init__.py
oldp/assets/static/js/__init__.d41d8cd98f00.py
oldp/assets/static/js/__init__.py
oldp/utils/__init__.py
oldp/utils/test_utils.py