I am new to django ! When I use the command python manage.py collectstatic I get this error
python manage.py collectstatic
django.core.exceptions.ImproperlyConfigured: You\'re usi
STATIC_ROOT = os.path.join(BASE_DIR, 'assest') STATICFILES_DIR = [ os.path.join(BASE_DIR, 'static') ]