LICENSE
MANIFEST.in
README.rst
setup.py
starter/.DS_Store
starter/__init__.py
starter.templates.python_django.egg-info/PKG-INFO
starter.templates.python_django.egg-info/SOURCES.txt
starter.templates.python_django.egg-info/dependency_links.txt
starter.templates.python_django.egg-info/namespace_packages.txt
starter.templates.python_django.egg-info/requires.txt
starter.templates.python_django.egg-info/top_level.txt
starter/templates/.DS_Store
starter/templates/__init__.py
starter/templates/python-django.ini
starter/templates/python-django/Makefile
starter/templates/python-django/__init__.py
starter/templates/python-django/django_master.sqlite
starter/templates/python-django/initial_data.json
starter/templates/python-django/makesite.ini
starter/templates/python-django/manage.py
starter/templates/python-django/requirements.txt
starter/templates/python-django/wsgi.py
starter/templates/python-django/main/__init__.py
starter/templates/python-django/main/admin.py
starter/templates/python-django/main/models.py
starter/templates/python-django/main/urls.py
starter/templates/python-django/main/views.py
starter/templates/python-django/main/static/main.css
starter/templates/python-django/main/static/main.js
starter/templates/python-django/main/static/print.css
starter/templates/python-django/main/templates/404.html
starter/templates/python-django/main/templates/500.html
starter/templates/python-django/main/templates/base.html
starter/templates/python-django/main/templates/main/head.html
starter/templates/python-django/main/templates/main/index.html
starter/templates/python-django/main/templates/main/layout.html
starter/templates/python-django/main/tests/__init__.py
starter/templates/python-django/main/tests/base.py
starter/templates/python-django/main/utils/__init__.py
starter/templates/python-django/main/utils/cache.py
starter/templates/python-django/main/utils/files.py
starter/templates/python-django/main/utils/models.py
starter/templates/python-django/main/utils/views.py
starter/templates/python-django/settings/__init__.py
starter/templates/python-django/settings/core.py
starter/templates/python-django/settings/development.py
starter/templates/python-django/settings/production.py
starter/templates/python-django/settings/test.py