Skip to content

Commit

Permalink
vercel,setting commit
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar0711 committed Jan 25, 2024
1 parent 01fbf2b commit bedcca6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions multiuserToDoApp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,5 @@

DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'

import os

STATICFILES_DIRS = os.path.join(BASE_DIR, 'static'),
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles_build', 'static')
STATICFILES_DIRS = [BASE_DIR / 'static']
STATIC_ROOT = [BASE_DIR / 'staticfiles_build', 'static ']

0 comments on commit bedcca6

Please sign in to comment.