MANIFEST.in
requirements.txt
setup.py
django_flexible_content.egg-info/PKG-INFO
django_flexible_content.egg-info/SOURCES.txt
django_flexible_content.egg-info/dependency_links.txt
django_flexible_content.egg-info/requires.txt
django_flexible_content.egg-info/top_level.txt
flexible_content/__init__.py
flexible_content/admin.py
flexible_content/forms.py
flexible_content/models.py
flexible_content/tests.py
flexible_content/utils.py
flexible_content/default_item_types/__init__.py
flexible_content/default_item_types/forms.py
flexible_content/default_item_types/models.py
flexible_content/default_item_types/tests.py
flexible_content/default_item_types/templates/flexible-content/download.html
flexible_content/default_item_types/templates/flexible-content/image.html
flexible_content/default_item_types/templates/flexible-content/plain-text.html
flexible_content/default_item_types/templates/flexible-content/raw-html.html
flexible_content/default_item_types/templates/flexible-content/video.html
flexible_content/static/flexible-content/base.css
flexible_content/static/flexible-content/base.js
flexible_content/templates/flexible-content/_single-item-form.html
flexible_content/templates/flexible-content/change-form.html
mock_project/__init__.py
mock_project/settings.py
mock_project/urls.py
mock_project/wsgi.py
mock_project/test_app/__init__.py
mock_project/test_app/admin.py
mock_project/test_app/models.py
mock_project/test_app/views.py