.gitignore
.travis.yml.template
LICENSE
README.rst
setup.cfg
setup.py
tox.ini
src/django_statictext.egg-info/PKG-INFO
src/django_statictext.egg-info/SOURCES.txt
src/django_statictext.egg-info/dependency_links.txt
src/django_statictext.egg-info/not-zip-safe
src/django_statictext.egg-info/requires.txt
src/django_statictext.egg-info/top_level.txt
src/django_statictext.egg-info/version.txt
src/statictext/__init__.py
src/statictext/admin.py
src/statictext/forms.py
src/statictext/models.py
src/statictext/migrations/0001_initial.py
src/statictext/migrations/0002_statictext_kicker.py
src/statictext/migrations/__init__.py
tests/__init__.py
tests/manage.py
tests/settings.py
tests/test_statictext.py
tests/urls.py