Added SaaS readme file

This commit is contained in:
Marc Aymerich 2016-05-27 09:59:19 +00:00
parent 97355ccda0
commit 86baf749ac
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class DrupalService(SoftwareService):
Additional attributes can be used to further customize the service class to your needs.
### Custom forms
If the service needs to keep track of additional information you should provide an extra form and serializer. For example, wordpress requires you to provide an email_address during account creation, and the assigned blog ID is required for effectively update account state or delete it. In this case we provide two forms:
If the service needs to keep track of additional information you should provide an extra form and serializer. For example, wordpress requires you to provide an *email_address* during account creation, and the assigned blog ID is required for effectively update account state or delete it. In this case we provide two forms:
```python
class WordPressForm(SaaSBaseForm):