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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user