new migration to add wallet applet to dash db table; new views & html to accomodate
This commit is contained in:
@@ -9,7 +9,7 @@ from apps.dashboard.models import Applet, Item, List, UserApplet
|
||||
from apps.lyric.models import Token, User, Wallet
|
||||
|
||||
|
||||
APPLET_ORDER = ["new-list", "my-lists", "username", "palette"]
|
||||
APPLET_ORDER = ["wallet", "new-list", "my-lists", "username", "palette"]
|
||||
UNLOCKED_PALETTES = frozenset(["palette-default"])
|
||||
PALETTES = [
|
||||
{"name": "palette-default", "label": "Earthman", "locked": False},
|
||||
|
||||
Reference in New Issue
Block a user