A reusable Django app for ...
Project description
Django Zero Theme
Project Status
This project is being actively maintained, though with a reduced feature set, we are looking for contributors to help maintain and improve the project, please get in touch if you would like to help.
Help needed with:
- Triaging issues
- Frontend fixes and UI improvements
- Testing
- Documentation
Pull requests are welcome, though ive been pre-occupied with other projects lately, so have not been able to review them as quickly as I would like, but im trying to get through them all now, hopefully with some outside help.
Installation
pip install django-zero-theme
Configuration
INSTALLED_APPS = (
"zero_theme",
"django.contrib.admin",
# ...
)
If you want to the better performance, need to enable the middleware. You must configure middleware settings correctly:
MIDDLEWARE = [
# ...
"zero_theme.middleware.ZeroMiddleware",
]
Create A Custom Widget
Documentation is coming soon
Enable Export Import Features
Documentation is coming soon
~Thank You
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 django-zero-theme-0.1.17.tar.gz.
File metadata
- Download URL: django-zero-theme-0.1.17.tar.gz
- Upload date:
- Size: 4.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dde3af8c9bbd8ae0dd38302d04632a93d84ebbbc163297389a744efd363d259b
|
|
| MD5 |
d8ddc15a8a40d4d918b3bce39cb6e03b
|
|
| BLAKE2b-256 |
6294bb813c242b6f56c26c5829f5fbc11faa57f186d735eb0b57e137504a312f
|
File details
Details for the file django_zero_theme-0.1.17-py3-none-any.whl.
File metadata
- Download URL: django_zero_theme-0.1.17-py3-none-any.whl
- Upload date:
- Size: 4.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f7537fd02ed3a00914bb0bb43a8c1f1edea5067f3b316623dd15f89511ecb7c
|
|
| MD5 |
72fcb5584b55572bd0258fb618af749b
|
|
| BLAKE2b-256 |
47931ef161814a711e419478ab32a8fc294522cc6bce7c531e10d935577e6dba
|