randy3k / AutomaticPackageReloader

Automatically reload submodules while developing a Sublime Text package.
MIT License
38 stars 13 forks source link

FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\\projects\\Project1\\static' #39

Closed teodred closed 4 years ago

teodred commented 4 years ago

I have such problem and I can`t get what is wrong. 12

And what about code: `STATIC_URL = '/static/'

STATICFILES_DIRS = [ os.path.join(BASE_DIR, "static"),

'/var/www/static/',

] STATIC_ROOT = os.path.join(os.path.dirname(BASE_DIR), "static_cdn")` I hope you will help me.