Added SaaS readme file

This commit is contained in:
Marc Aymerich 2016-05-27 10:06:55 +00:00
parent dc5c64f186
commit f4ab4c0f88
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class WordPressChangeForm(WordPressForm):
### Serializer for extra data
In case we need to save extra information of the service (email and blog_id in our current example) we should provide a serializer that will save this bits of information in JSON format inot the database data field.
In case we need to save extra information of the service (email and blog_id in our current example) we should provide a serializer that serializes this bits of information into JSON format and can be saved into the database data field.
```python
class WordPressDataSerializer(serializers.Serializer):