Change conf using github snippet
This commit is contained in:
parent
cd50427532
commit
a64e641a33
@ -85,6 +85,7 @@ def process_django_models(app, what, name, obj, options, lines):
|
||||
lines.append(':type %s: %s.%s' % (field.attname, module, field_type.__name__))
|
||||
if enchant is not None:
|
||||
lines += spelling_white_list
|
||||
print('ok')
|
||||
return lines
|
||||
|
||||
|
||||
|
@ -15,6 +15,7 @@ class UserProfile(models.Model):
|
||||
:type image: :class:`img`
|
||||
:param name: Имя пользователя на нашем сайте
|
||||
:type name: :class:`str`
|
||||
|
||||
"""
|
||||
|
||||
user = models.OneToOneField(to=User, on_delete=models.CASCADE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user