Skip to content

Commit b3b5080

Browse files
andreas-bergstromc17r
authored andcommitted
Missing import in code example (#41)
1 parent efa9ac3 commit b3b5080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ INSTALLED_APPS = (
3030
Let's say you want to register new users. You could make a `CreateUser` service.
3131

3232
```python
33+
from django import forms
34+
3335
from service_objects.services import Service
3436

3537
class CreateUser(Service):

0 commit comments

Comments
 (0)