Add js/ to static/.

feature/qrgen
Daniel Perelman 4 年前
父节点 3f393d8dc2
当前提交 a3528ec43e

@ -79,7 +79,7 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.0/howto/static-files/
STATIC_URL = '/static/'
STATIC_URL = '/camera/static/'
ASGI_APPLICATION = 'camera_site.routing.application'
CHANNEL_LAYERS = {

@ -0,0 +1 @@
../camera/static
正在加载...
取消
保存