Skip to content

Commit 3b58620

Browse files
committed
fix: statics files
1 parent df6dc76 commit 3b58620

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PastebinAPI/settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@
163163
MEDIA_URL = "media/"
164164
STATIC_URL = "static/"
165165

166-
STATICFILES_DIRS = [
167-
os.path.join(BASE_DIR, "..", "dist", "static"),
168-
]
169-
170166
# Default primary key field type
171167
# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field
172168

0 commit comments

Comments
 (0)