We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e0fb6 commit 8e66be8Copy full SHA for 8e66be8
README.markdown
@@ -42,6 +42,7 @@ https://docs.djangoproject.com/en/1.3/ref/contrib/staticfiles/ .
42
## Usage ##
43
44
In "models.py":
45
+
46
```python
47
from django.db import models as m
48
@@ -167,5 +168,4 @@ admin.site.register(Case, CaseAdmin)
167
168
admin.site.register(Client, ClientAdmin)
169
admin.site.register(CompanyContactPerson, CompanyContactPersonAdmin)
170
admin.site.register(Company, CompanyAdmin)
-```
171
-
+```
0 commit comments