Linux
2
Вклад в тег
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="b8:ac:6f:65:31:e5", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="wan0"
STATIC_URL = '/django/static/'
STATIC_ROOT = os.path.join(BASE_DIR, "static")
STATICFILES_DIRS = (
os.path.join(BASE_DIR,"main", "static"),
)
location /django/static/ {
alias /srv/webapp/django-test/current/source/static/;
autoindex on;
}