Renderers to show icons in the input fields for the django-bootstrap3 project from dyve: https://github.com/dyve/django-bootstrap3.
Project description
Renderers to show icons in the input fields for the django-bootstrap3 project from dyve: https://github.com/dyve/django-bootstrap3
Installation
------------
1. Install using pip:
`` pip install django-bootstrap3``
`` pip install git+https://github.com/ALibrada/django-bootstrap3-iconfield.git#egg=bootstrap3-iconfield``
Alternatively, you can install download or clone this repo and call ``pip install -e .``.
2. Add to INSTALLED_APPS in your ``settings.py``:
``'bootstrap3',``
``'bootstrap3-iconfield'``
3. In your templates, load the ``bootstrap3`` library and use the ``bootstrap_*`` using the layouts icons or icons-horizontal:
Example template for the original layout with icons
----------------
.. code:: Django
{% load bootstrap3 %}
{# Display a form #}
<form action="/url/to/submit/" method="post" class="form">
{% csrf_token %}
{% bootstrap_form form layout="icons"%}
{% buttons %}
<button type="submit" class="btn btn-primary">
{% bootstrap_icon "star" %} Submit
</button>
{% endbuttons %}
</form>
Example template for the horizontal layout with icons
----------------
.. code:: Django
{% load bootstrap3 %}
{# Display a form #}
<form action="/url/to/submit/" method="post" class="form">
{% csrf_token %}
{% bootstrap_form form layout="icons-horizontal"%}
{% buttons %}
<button type="submit" class="btn btn-primary">
{% bootstrap_icon "star" %} Submit
</button>
{% endbuttons %}
</form>
Requirements
------------
- Python 2.6, 2.7, 3.2 or 3.3
- Django >= 1.4
- django-boostrap3 https://github.com/dyve/django-bootstrap3
License
-------
You can use this under Apache 2.0. See `LICENSE
<LICENSE>`_ file for details.
Disclaimer
-------
This is my first django package and I took django-bootstrap3 from dyve as template and
many other small parts of the code from the other people, mostly stackoverflow.
Installation
------------
1. Install using pip:
`` pip install django-bootstrap3``
`` pip install git+https://github.com/ALibrada/django-bootstrap3-iconfield.git#egg=bootstrap3-iconfield``
Alternatively, you can install download or clone this repo and call ``pip install -e .``.
2. Add to INSTALLED_APPS in your ``settings.py``:
``'bootstrap3',``
``'bootstrap3-iconfield'``
3. In your templates, load the ``bootstrap3`` library and use the ``bootstrap_*`` using the layouts icons or icons-horizontal:
Example template for the original layout with icons
----------------
.. code:: Django
{% load bootstrap3 %}
{# Display a form #}
<form action="/url/to/submit/" method="post" class="form">
{% csrf_token %}
{% bootstrap_form form layout="icons"%}
{% buttons %}
<button type="submit" class="btn btn-primary">
{% bootstrap_icon "star" %} Submit
</button>
{% endbuttons %}
</form>
Example template for the horizontal layout with icons
----------------
.. code:: Django
{% load bootstrap3 %}
{# Display a form #}
<form action="/url/to/submit/" method="post" class="form">
{% csrf_token %}
{% bootstrap_form form layout="icons-horizontal"%}
{% buttons %}
<button type="submit" class="btn btn-primary">
{% bootstrap_icon "star" %} Submit
</button>
{% endbuttons %}
</form>
Requirements
------------
- Python 2.6, 2.7, 3.2 or 3.3
- Django >= 1.4
- django-boostrap3 https://github.com/dyve/django-bootstrap3
License
-------
You can use this under Apache 2.0. See `LICENSE
<LICENSE>`_ file for details.
Disclaimer
-------
This is my first django package and I took django-bootstrap3 from dyve as template and
many other small parts of the code from the other people, mostly stackoverflow.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-bootstrap3-iconfield-0.1.tar.gz
.
File metadata
- Download URL: django-bootstrap3-iconfield-0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
517dea67d254af450bf0f2bb0aec953e0e3e48d6ffa9a3b0f0bd85f3dfc84f30
|
|
MD5 |
97325a51025d0448a64b62a591319611
|
|
BLAKE2b-256 |
1c0b1bc108f7e36f2da98608950673fb16baba7763cafd493df7fd3a3d21e115
|