fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix publish with no attachments
[redakcja.git]
/
apps
/
apiclient
/
models.py
diff --git
a/apps/apiclient/models.py
b/apps/apiclient/models.py
index
d3c8f62
..
b311878
100644
(file)
--- a/
apps/apiclient/models.py
+++ b/
apps/apiclient/models.py
@@
-1,3
+1,4
@@
+# -*- coding: utf-8 -*-
from django.db import models
from django.contrib.auth.models import User
from django.db import models
from django.contrib.auth.models import User
@@
-16,5
+17,3
@@
class OAuthConnection(models.Model):
o = cls(user=user)
o.save()
return o
o = cls(user=user)
o.save()
return o
-
-