CHANGELOG.rst
MANIFEST.in
README.rst
setup.cfg
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/apps.py
stores/forms.py
stores/managers.py
stores/models.py
stores/utils.py
stores/views.py
stores/dashboard/__init__.py
stores/dashboard/apps.py
stores/dashboard/forms.py
stores/dashboard/views.py
stores/migrations/0001_initial.py
stores/migrations/0002_auto_20181127_0612.py
stores/migrations/0003_auto_20190812_0459.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