* Compatibility with Wagtail 2 and Django 2
* Fixes#154
Wagtail 2 compatibility:
* Fixes references to Wagtail packages which use the `wagtail.wagtail*` naming scheme. Wagtail 2 removes the redundancy.
* Wraps imports in `try`/`except` blocks to maintain compatibility with Wagtail 1.
Django 2 comaptibility:
Included because Wagtail 2 adds support for Django 2.
* Adds `on_delete` to all `ForeignKey` model fields, which is now required by Django 2.
* Updates for wagtail 2
* rename modules
* Longclaw v2: Rename and new migrations
* Longclaw 2: Reduce fails to 2 errors
* Longclaw v2: All tests passing
* Update travisconf
* Travis: Enable py37
* Update project template for v2
* longclawv2: update project template
* Fix migrations for longclaw 2
* Corrections in project template for longclaw1.0
* Correct location of templates and update docs
* Automatically load shipping countries
* Add loadcountries command
* Add info on loading country data
* Fixes#51
* Add immutable to the dependencies
* Makes it possible to load the client in a template tage
* Add longclawcore app
* Add short readme
* ADd longclawtags and docs
* CSS changes to order detail view
Change class FULFILLED and UNFULFILLED, add padding.
Now the warning is highlighted in color.
* CSS changes to order detail view
Changed class FULFILLED and UNFULFILLED, added an padding
* Update style element for span FULFILLED
Add const spanStyle
* Update style span
Changes in the design of <span> according to the norms of inline styles React
* Update class to span