chore: cleanup
This commit is contained in:
@@ -8,3 +8,4 @@ docker-compose.dev.yml
|
||||
docker-compose.yml
|
||||
**/*.db
|
||||
junit.xml
|
||||
.env
|
||||
|
||||
@@ -38,7 +38,6 @@ THIRD_PARTY_APPS = [
|
||||
|
||||
PROJECT_APPS = [
|
||||
"shop",
|
||||
"theme",
|
||||
"users",
|
||||
"web",
|
||||
]
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ drf-spectacular==0.26.1
|
||||
gonk==0.6.1
|
||||
ipython==8.16.1
|
||||
Pillow==11.0.0
|
||||
psycopg2-binary==2.9.9
|
||||
psycopg2-binary==2.9.10
|
||||
pyDes==2.0.1
|
||||
redis==4.5.4
|
||||
requests==2.32.3
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
tailwindcss -i theme/static/css/main.css -o theme/static/css/styles.css --minify
|
||||
tailwindcss -i web/static/css/main.css -o web/static/css/styles.css --minify
|
||||
|
||||
python manage.py collectstatic --noinput
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ThemeConfig(AppConfig):
|
||||
name = "theme"
|
||||
@@ -67,7 +67,7 @@
|
||||
}
|
||||
|
||||
.icon-button {
|
||||
@apply flex text-gray-500 dark:text-gray-100 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none rounded-lg text-sm p-4 cursor-pointer;
|
||||
@apply flex text-gray-900 dark:text-gray-100 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none rounded-lg text-sm p-4 cursor-pointer;
|
||||
}
|
||||
|
||||
.link-button {
|
||||
@@ -2,7 +2,7 @@
|
||||
<article>
|
||||
<div
|
||||
class="card">
|
||||
<div class="h-56 w-full">
|
||||
<div class="h-56 w-full bg-gray-200 dark:bg-gray-950">
|
||||
<a href="{% url 'web:product_detail' pk=product.pk slug=product.slug %}">
|
||||
<img class="mx-auto h-full dark:hidden" src="{{ product.images.all.0.m.url }}"
|
||||
alt="{{ product.name }}"/>
|
||||
|
||||
Reference in New Issue
Block a user