CHANGELOG.rst
MANIFEST.in
README.rst
setup.py
django_oscar_stores.egg-info/PKG-INFO
django_oscar_stores.egg-info/SOURCES.txt
django_oscar_stores.egg-info/dependency_links.txt
django_oscar_stores.egg-info/requires.txt
django_oscar_stores.egg-info/top_level.txt
stores/__init__.py
stores/abstract_models.py
stores/admin.py
stores/app.py
stores/forms.py
stores/managers.py
stores/models.py
stores/utils.py
stores/views.py
stores/dashboard/__init__.py
stores/dashboard/app.py
stores/dashboard/forms.py
stores/dashboard/views.py
stores/migrations/0001_initial.py
stores/migrations/0002_auto__del_storecontact__add_field_store_manager_name__add_field_store_.py
stores/migrations/0003_auto__chg_field_store_phone.py
stores/migrations/0004_auto__del_unique_store_slug.py
stores/migrations/0005_auto__del_field_openingperiod_end__del_field_openingperiod_start.py
stores/migrations/0006_auto__add_field_openingperiod_start__add_field_openingperiod_end.py
stores/migrations/0007_auto__chg_field_storeaddress_postcode.py
stores/migrations/0008_auto__add_unique_storestock_product_store.py
stores/migrations/__init__.py
stores/services/__init__.py
stores/services/geocode.py
stores/static/stores/css/stores.css
stores/static/stores/js/dashboard.js
stores/static/stores/js/stores.js
stores/static/stores/less/stores.less
stores/templates/stores/detail.html
stores/templates/stores/index.html
stores/templates/stores/dashboard/store_delete.html
stores/templates/stores/dashboard/store_group_delete.html
stores/templates/stores/dashboard/store_group_list.html
stores/templates/stores/dashboard/store_group_update.html
stores/templates/stores/dashboard/store_list.html
stores/templates/stores/dashboard/store_update.html
stores/templates/stores/dashboard/messages/store_saved.html
stores/templates/stores/partials/extrascripts.html
stores/templates/stores/partials/store_address.html
stores/templates/stores/partials/store_contact.html
stores/templates/stores/partials/store_opening_periods.html
stores/templatetags/__init__.py
stores/templatetags/opening_hours.py
stores/templatetags/store_stock.py