1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00

20170519: default to 'green'

This commit is contained in:
2017-06-15 08:41:01 +02:00
parent d5d71b4f51
commit 590095659e

View File

@@ -104,7 +104,7 @@ class User(db.Model):
""" User account """
username = CharField()
key = CharField()
theme = CharField()
theme = CharField(default='green')
created_date = DateTimeField(default=datetime.datetime.now)
def generate_key(self):