fix: build tailwind theme
This commit is contained in:
@@ -26,7 +26,7 @@ class Command(BaseCommand):
|
|||||||
|
|
||||||
def handle(self, *args, **options):
|
def handle(self, *args, **options):
|
||||||
web_settings = WebSettings.load()
|
web_settings = WebSettings.load()
|
||||||
path = os.path.join(settings.BASE_DIR, "theme", "static", "css", "main.css")
|
path = os.path.join(settings.BASE_DIR, "web", "static", "css", "main.css")
|
||||||
|
|
||||||
colors = []
|
colors = []
|
||||||
for color_name, data in web_settings.theme_colors.items():
|
for color_name, data in web_settings.theme_colors.items():
|
||||||
|
|||||||
Reference in New Issue
Block a user