Skip to content

Commit

Permalink
#241 Review
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmacko47 committed Jun 11, 2020
1 parent 97d01a7 commit 50143d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def forward(apps, schema_editor):
SocialApp = apps.get_model(u'socialaccount', u'SocialApp')
SocialAccount = apps.get_model(u'socialaccount', u'SocialAccount')
SocialApp.objects.filter(provider__in=[u'twitter', 'linkedin']).delete()
SocialApp.objects.filter(provider__in=[u'twitter', u'linkedin']).delete()
SocialAccount.objects.filter(provider__in=[u'twitter', u'linkedin']).delete()

def backward(apps, schema_editor):
Expand Down
1 change: 1 addition & 0 deletions chcemvediet/templates/styleguide/colors/colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ <h3>Special colors</h3>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
<td>&mdash;</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 50143d6

Please sign in to comment.