* Handle magic cart properly.
- Apr 08, 2019
-
-
Birin Sanchez authored
* Add migration for ExternalBundle and Limit derived from adding new services on previous commits. Signed-off-by:
Birin Sanchez <birin.sanchez@puri.sm>
0d9039d7
-
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
source.puri.sm will be down starting March 18, 6:00 UTC, for a server migration. We expect the migration to take up to 4 hours.
This commit adds code to properly handle magic carts.
It also adds some configuration options not added in the sample config file in previous commits.
As well I forgot to do a makemigrations
on my previous commit. This is necessary because we added new type of services like XMPP. The DB still works perfectly without this migration applied (tested both in sandbox and my test environment) because at the end of the day the service field for Limit
and ExternalBundle
is just an int
... but is better to include the new migration for completeness.
* Add migration for ExternalBundle and Limit derived from adding new
services on previous commits.
Signed-off-by:
Birin Sanchez <birin.sanchez@puri.sm>