Commit 76db7d4c by Stephan Groß

correct code indent

parent 0c71b4c1
......@@ -87,8 +87,8 @@ For the purposes of this tutorial we're going to start by creating a simple `Sni
default='python',
max_length=100)
style = models.CharField(choices=STYLE_CHOICES,
default='friendly',
max_length=100)
default='friendly',
max_length=100)
class Meta:
ordering = ('created',)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment