Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luzfcb/dj_waff
dj_waff - A collection of Widgets and Form Fields for Django
https://github.com/luzfcb/dj_waff
Last synced: 25 days ago
JSON representation
dj_waff - A collection of Widgets and Form Fields for Django
- Host: GitHub
- URL: https://github.com/luzfcb/dj_waff
- Owner: luzfcb
- License: mit
- Created: 2016-09-18T03:36:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:29:46.000Z (almost 2 years ago)
- Last Synced: 2024-09-19T23:28:47.180Z (about 2 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=======================================================================================
dj_waff - A collection of extra Django Widgets and Form Fields
=======================================================================================.. image:: https://badge.fury.io/py/dj_waff.svg
:target: https://badge.fury.io/py/dj_waff.. image:: https://travis-ci.org/luzfcb/dj_waff.svg?branch=master
:target: https://travis-ci.org/luzfcb/dj_waffdj_waff - A collection of extra Django Widgets and Form Fields
Documentation
-------------The full documentation is at https://dj_waff.readthedocs.org.
Quickstart
----------Install dj_waff - extra Django Widgets and Form Fields::
pip install dj_waff
Then use it in a project::
import dj_waff
Features
--------* TODO
Running Tests
-------------Does the code actually work?
::
source /bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ python runtests.pyCredits
-------Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage