MANIFEST.in
README.md
setup.py
feedme/__init__.py
feedme/admin.py
feedme/forms.py
feedme/models.py
feedme/tests.py
feedme/urls.py
feedme/views.py
feedme.egg-info/PKG-INFO
feedme.egg-info/SOURCES.txt
feedme.egg-info/dependency_links.txt
feedme.egg-info/top_level.txt
feedme/static/css/bootstrap-responsive.css
feedme/static/css/bootstrap.css
feedme/static/css/feedme.css
feedme/static/css/pizzasystem.css
feedme/static/img/check.png
feedme/static/img/x.jpg
feedme/static/js/bootstrap.js
feedme/static/js/bootstrap.min.js
feedme/static/js/pizzasystem.js
feedme/templates/admin.html
feedme/templates/admin_tabs.html
feedme/templates/base.html
feedme/templates/index.html
feedme/templates/manage_order.html
feedme/templates/manage_users.html
feedme/templates/messages.html
feedme/templates/nav.html
feedme/templates/orderview.html
feedme/templatetags/__init__.py
feedme/templatetags/admin_tags.py