When opening Django admin css of page is not loading.it shows simple page with no css.
my setting.py file is set to:
STATIC_URL = '/static/'
STATIC_ROOT = "C:/Users/AJAY/AppData/Local/Programs/Python/Python36-32/myprograms/mysite/mysite/static/"
STATICFILES_DIRS = [
'C:/Users/AJAY/AppData/Local/Programs/Python/Python36-32/Lib/site-packages/django/contrib/admin/static/',]
my project is in
C:/Users/AJAY/AppData/Local/Programs/Python/Python36-32/myprograms/mysite
try to solve using
$ python manage.py collectstatic
but could not resolved
installation on my machine are
Python version :3.6.0
Django version :1.10.6