软件包: python3-django-sass (1.0.0-2)
python3-django-sass 的相关链接
Trisquel 的资源:
下载源码包 django-sass:
维护者:
Original Maintainers:
- Debian Python Team
- Christoph Berg
外部的资源:
- 主页 [github.com]
相似软件包:
simplest way to use Sass with Django
The module is the absolute simplest way to use Sass with Django. Pure Python, minimal dependencies, and no special configuration required. django-sass only depends on libsass.
Other packages such as django-libsass and django-sass-processor, while nice packages, require django-compressor which itself depends on several other packages that require compilation to install.
* If you simply want to use Sass in development without installing a web of unwanted dependencies, then django-sass is for you. * If you don't want to deploy any processors or compressors to your production server, then django-sass is for you. * If you don't want to change the way you reference and serve static files, then django-sass is for you. * And if you want the absolute simplest installation and setup possible for doing Sass, django-sass is for you too.
其他与 python3-django-sass 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django
- High-level Python web development framework
-
- dep: python3-libsass
- SASS for Python 3: a straightforward binding of libsass for Python