Skip to content

Commit 8e66be8

Browse files
committed
Fixing markdown.
1 parent 34e0fb6 commit 8e66be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ https://docs.djangoproject.com/en/1.3/ref/contrib/staticfiles/ .
4242
## Usage ##
4343

4444
In "models.py":
45+
4546
```python
4647
from django.db import models as m
4748

@@ -167,5 +168,4 @@ admin.site.register(Case, CaseAdmin)
167168
admin.site.register(Client, ClientAdmin)
168169
admin.site.register(CompanyContactPerson, CompanyContactPersonAdmin)
169170
admin.site.register(Company, CompanyAdmin)
170-
```
171-
171+
```

0 commit comments

Comments
 (0)