File: __init__.py

package info (click to toggle)
django-webpack-loader 0.6.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 256; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (4)
1
2
3
4
__author__ = 'Owais Lone'
__version__ = '0.6.0'

default_app_config = 'webpack_loader.apps.WebpackLoaderConfig'