Remov django-node-assets from settings, add sudo request in npm install -g npx
This commit is contained in:
@@ -41,7 +41,6 @@ INSTALLED_APPS = [
|
||||
'django.contrib.staticfiles',
|
||||
'django_registration',
|
||||
'rest_framework',
|
||||
'django_node_assets',
|
||||
'main',
|
||||
]
|
||||
|
||||
@@ -138,7 +137,6 @@ STATICFILES_DIRS = [
|
||||
STATICFILES_FINDERS = [
|
||||
'django.contrib.staticfiles.finders.FileSystemFinder',
|
||||
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
|
||||
'django_node_assets.finders.NodeModulesFinder',
|
||||
]
|
||||
|
||||
ACCOUNT_ACTIVATION_DAYS = 7
|
||||
|
||||
Reference in New Issue
Block a user