A swatch page for Bootstrap styling
Project description
=============================
Django Bootstrap Swatches
=============================
.. image:: https://badge.fury.io/py/dj-bootstrap-swatches.svg
:target: https://badge.fury.io/py/dj-bootstrap-swatches
.. image:: https://travis-ci.org/bwarren2/dj-bootstrap-swatches.svg?branch=master
:target: https://travis-ci.org/bwarren2/dj-bootstrap-swatches
.. image:: https://codecov.io/gh/bwarren2/dj-bootstrap-swatches/branch/master/graph/badge.svg
:target: https://codecov.io/gh/bwarren2/dj-bootstrap-swatches
A swatch page for Bootstrap styling
Documentation
-------------
The full documentation is at https://dj-bootstrap-swatches.readthedocs.io.
Quickstart
----------
Install Django Bootstrap Swatches::
pip install dj-bootstrap-swatches
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'dj_bootstrap_swatches.apps.DjBootstrapSwatchesConfig',
...
)
Add Django Bootstrap Swatches's URL patterns:
.. code-block:: python
from dj_bootstrap_swatches import urls as dj_bootstrap_swatches_urls
urlpatterns = [
...
url(r'^bootswatch/', include(dj_bootstrap_swatches_urls)),
...
]
Per "Two Scoops of Django" design patterns, the default swatch page tries to extend a base template called `base.html` and a block called `content`. If this isn't your practice, you'll need to adjust things to fit.
Features
--------
* TODO
Development
--------
Run a fake server with the test settings and nav to `http://localhost:8000/3`
.. code-block:: none
python manage.py runserver --settings tests.settings
Running Tests
-------------
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
Credits
-------
Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
Compilation of components due to Thomas Park via [Bootswatch](https://bootswatch.com/default/).
History
-------
0.1.0 (2017-05-26)
++++++++++++++++++
* First release on PyPI.
Django Bootstrap Swatches
=============================
.. image:: https://badge.fury.io/py/dj-bootstrap-swatches.svg
:target: https://badge.fury.io/py/dj-bootstrap-swatches
.. image:: https://travis-ci.org/bwarren2/dj-bootstrap-swatches.svg?branch=master
:target: https://travis-ci.org/bwarren2/dj-bootstrap-swatches
.. image:: https://codecov.io/gh/bwarren2/dj-bootstrap-swatches/branch/master/graph/badge.svg
:target: https://codecov.io/gh/bwarren2/dj-bootstrap-swatches
A swatch page for Bootstrap styling
Documentation
-------------
The full documentation is at https://dj-bootstrap-swatches.readthedocs.io.
Quickstart
----------
Install Django Bootstrap Swatches::
pip install dj-bootstrap-swatches
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'dj_bootstrap_swatches.apps.DjBootstrapSwatchesConfig',
...
)
Add Django Bootstrap Swatches's URL patterns:
.. code-block:: python
from dj_bootstrap_swatches import urls as dj_bootstrap_swatches_urls
urlpatterns = [
...
url(r'^bootswatch/', include(dj_bootstrap_swatches_urls)),
...
]
Per "Two Scoops of Django" design patterns, the default swatch page tries to extend a base template called `base.html` and a block called `content`. If this isn't your practice, you'll need to adjust things to fit.
Features
--------
* TODO
Development
--------
Run a fake server with the test settings and nav to `http://localhost:8000/3`
.. code-block:: none
python manage.py runserver --settings tests.settings
Running Tests
-------------
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
Credits
-------
Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
Compilation of components due to Thomas Park via [Bootswatch](https://bootswatch.com/default/).
History
-------
0.1.0 (2017-05-26)
++++++++++++++++++
* First release on PyPI.
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
File details
Details for the file dj-bootstrap-swatches-0.6.0.tar.gz
.
File metadata
- Download URL: dj-bootstrap-swatches-0.6.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d94eac9be150e96a4b45c61b35f601cb0f2c9c5127a858bcb2e42edd37c770e1 |
|
MD5 | ada3a5d14284ffaab7742cffdca119e8 |
|
BLAKE2b-256 | e6d608685539413ac1a4f97ec6f26cd0254bafa1b81a0c12b96bf08ea8f44da0 |
File details
Details for the file dj_bootstrap_swatches-0.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: dj_bootstrap_swatches-0.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4dc8fd583093e3ee950dd301c1f1833a7aaa06cda50096c6463217da982dce4c |
|
MD5 | ca8c4a0d48b8eb9e711f9f25c2ac9b84 |
|
BLAKE2b-256 | f6cdb24bcb6ad1a0d52b82e82c257cabaf880ae9c130c3ff0f462dd6e446abfe |