LICENSE
MANIFEST.in
README.md
setup.py
sada/__init__.py
sada/admin.py
sada/apps.py
sada/forms.py
sada/models.py
sada/tests.py
sada/urls.py
sada.egg-info/PKG-INFO
sada.egg-info/SOURCES.txt
sada.egg-info/dependency_links.txt
sada.egg-info/requires.txt
sada.egg-info/top_level.txt
sada/migrations/0001_initial.py
sada/migrations/0002_alter_product_metadata.py
sada/migrations/0003_price.py
sada/migrations/__init__.py
sada/templates/sada/base.html
sada/templates/sada/index.html
sada/templates/sada/price/price_confirm_delete.html
sada/templates/sada/price/price_detail.html
sada/templates/sada/price/price_form.html
sada/templates/sada/price/price_list.html
sada/templates/sada/product/product_confirm_delete.html
sada/templates/sada/product/product_detail.html
sada/templates/sada/product/product_form.html
sada/templates/sada/product/product_list.html
sada/views/__init__.py
sada/views/price.py
sada/views/product.py