prepare split settings

This commit is contained in:
Fred 2016-07-07 22:07:14 +02:00
parent 5f48037402
commit dd73503927
5 changed files with 1 additions and 1 deletions

0
src/settings/__init__.py Normal file
View File

0
src/settings/base.py Normal file
View File

0
src/settings/dev.py Normal file
View File

View File

View File

@ -5,7 +5,7 @@ class Travel(models.Model):
"""
Initialize a new travel.
"""
name = models.CharField(max_length=255)
name = models.CharField(max_length=255)
class Event(models.Model):
"""