Build, collect and distribute django static files
Project description
hatch-django-collectstatic
Homepage: https://cgit.adnoto.dev/hatch-django-collectstatic.git/
Collect a django project's static files into its binary distribution archive.
Example usage in pyproject.toml:
[build-system]
requires = ["hatchling >= 1.26", "hatch-django-collectstatic"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel.hooks.django-collectstatic]
settings = "my_django_package.project.settings"
# If you have installed Django apps from packages besides Django,
# you'll need to enable the require-runtime-dependencies feature of
# hatch in order to make these packages available when collecting
# static files.
# Default value of require-runtime-dependencies = false
# require-runtime-dependencies = true
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hatch_django_collectstatic-0.0.7.tar.gz.
File metadata
- Download URL: hatch_django_collectstatic-0.0.7.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82ad8c9ac48dc85b731b27f837251d566b6f97391282235a2555ff801ec5180b
|
|
| MD5 |
96eab133f8acae1d9c48f410de044af2
|
|
| BLAKE2b-256 |
6ec3e57b5dcbde2dbeb2645496f27e2ee8c1ac9f4466d92391318e4ba8b7b66b
|
File details
Details for the file hatch_django_collectstatic-0.0.7-py3-none-any.whl.
File metadata
- Download URL: hatch_django_collectstatic-0.0.7-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
830b9017d9eba5428b9fd49c6d3a6b6ed989262fc26d6f9df0775a30dcad2ad8
|
|
| MD5 |
2153501f7660f96c25c6a589256bf74e
|
|
| BLAKE2b-256 |
bd30730cd576d346a07ca85501ec0c29c5c7bbc1783762fb3aea1cdea887c7ac
|