CHANGES.txt
LICENSE.txt
MANIFEST.in
VERSION
setup.py
django_adminlte/__init__.py
django_adminlte/admin.py
django_adminlte/apps.py
django_adminlte/defaults.py
django_adminlte/models.py
django_adminlte/tests.py
django_adminlte/urls.py
django_adminlte/views.py
django_adminlte/migrations/__init__.py
django_adminlte2.egg-info/PKG-INFO
django_adminlte2.egg-info/SOURCES.txt
django_adminlte2.egg-info/dependency_links.txt
django_adminlte2.egg-info/requires.txt
django_adminlte2.egg-info/top_level.txt
django_adminlte_theme/__init__.py
django_adminlte_theme/admin.py
django_adminlte_theme/apps.py
django_adminlte_theme/models.py
django_adminlte_theme/tests.py
django_adminlte_theme/views.py
django_adminlte_theme/migrations/__init__.py
django_adminlte_theme/templatetags/__init__.py
django_adminlte_theme/templatetags/admin_menu.py
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/quickstart.rst
docs/requirements.txt
docs/templates_and_blocks.rst
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/index.doctree
docs/_build/doctrees/quickstart.doctree
docs/_build/doctrees/templates_and_blocks.doctree
docs/_build/html/.buildinfo
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/objects.inv
docs/_build/html/quickstart.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/templates_and_blocks.html
docs/_build/html/.doctrees/environment.pickle
docs/_build/html/.doctrees/index.doctree
docs/_build/html/.doctrees/quickstart.doctree
docs/_build/html/.doctrees/templates_and_blocks.doctree
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/quickstart.txt
docs/_build/html/_sources/templates_and_blocks.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery-1.11.1.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/underscore-1.3.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
docs/_build/html/_static/css/badge_only.css
docs/_build/html/_static/css/theme.css
docs/_build/html/_static/fonts/Inconsolata-Bold.ttf
docs/_build/html/_static/fonts/Inconsolata-Regular.ttf
docs/_build/html/_static/fonts/Lato-Bold.ttf
docs/_build/html/_static/fonts/Lato-Regular.ttf
docs/_build/html/_static/fonts/RobotoSlab-Bold.ttf
docs/_build/html/_static/fonts/RobotoSlab-Regular.ttf
docs/_build/html/_static/fonts/fontawesome-webfont.eot
docs/_build/html/_static/fonts/fontawesome-webfont.svg
docs/_build/html/_static/fonts/fontawesome-webfont.ttf
docs/_build/html/_static/fonts/fontawesome-webfont.woff
docs/_build/html/_static/js/modernizr.min.js
docs/_build/html/_static/js/theme.js
example_project/__init__.py
example_project/settings.py
example_project/urls.py
example_project/wsgi.py
example_project/app/__init__.py
example_project/app/admin.py
example_project/app/apps.py
example_project/app/models.py
example_project/app/tests.py
example_project/app/views.py
example_project/app/migrations/__init__.py