django-colorfield
:art: color field for django models with a nice color-picker in the admin.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- create-release.yml
- openssf-scorecard.yml
- pre-commit-autoupdate.yml
- test-package.yml
- dependabot.yml
- FUNDING.yml
- pull_request_template.md
- django.mo
- django.po
- django.mo
- django.po
- django.mo
- django.po
- coloris.css
- coloris.js
- coloris.min.css
- coloris.min.js
- README.txt
- colorfield.js
- color.html
- __init__.py
- fields.py
- forms.py
- metadata.py
- serializers.py
- utils.py
- validators.py
- widgets.py
- django.png
- __init__.py
- forms.py
- models.py
- settings.py
- test_basic_form.py
- test_fields.py
- test_metadata.py
- test_serializers.py
- test_widgets.py
- .gitattributes
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- LICENSE.txt
- MANIFEST.in
- pyproject.toml
- README.md
- requirements-test.txt
- requirements.txt
- runtests.py
- SECURITY.md
- setup.py
- tox.ini
๐ Installation Guide
1. Get the code
git clone https://github.com/fabiocaccamo/django-colorfield
Downloads the entire project code from GitHub to your computer.
cd django-colorfield
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python -m venv venv && . venv/bin/activate
Runs the Python script (or module).
python -m pip install --upgrade pip
Installs the Python libraries listed in requirements.txt (or similar).
pip install -r requirements.txt -r requirements-test.txt
Installs the Python libraries listed in requirements.txt (or similar).
python -m django test --settings "tests.settings"
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
