added line ending

This commit is contained in:
Paul Bailey 2017-11-14 22:10:26 +00:00
parent 0a660e5e56
commit 6cfd5b2854

View File

@ -3,4 +3,4 @@ from django.db import models
class MyFakeModel(models.Model):
cool_name = models.CharField(max_length=50)
created = models.DateTimeField(auto_now_add=True)
created = models.DateTimeField(auto_now_add=True)