
## Installation
Add `djangocms_html_tags` to **INSTALLED_APPS**:
```python
INSTALLED_APPS = [
...
"djangocms_html_tags",
...
]
```
Run migrations:
```shell
$ python manage.py migrate
```
## Contribution
Using Docker & Dosh scripts:
```shell
$ dosh runtests # to run the unit tests and see the coverage report.
$ dosh shell # to use Django shell or Python REPL in the development.
```
If you don't use Docker, you can try Virtualenv instead:
```shell
$ python -m pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate # or run activate.ps1 if you use PowerShell.
$ (venv) python -m pip install -r demo/requirements.txt
$ (venv) python setup.py test
```
Home-page: UNKNOWN
Author: Gökmen Görgen
Author-email: gkmngrgn@gmail.com
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
## Installation
Add `djangocms_html_tags` to **INSTALLED_APPS**:
```python
INSTALLED_APPS = [
...
"djangocms_html_tags",
...
]
```
Run migrations:
```shell
$ python manage.py migrate
```
## Contribution
Using Docker & Dosh scripts:
```shell
$ dosh runtests # to run the unit tests and see the coverage report.
$ dosh shell # to use Django shell or Python REPL in the development.
```
If you don't use Docker, you can try Virtualenv instead:
```shell
$ python -m pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate # or run activate.ps1 if you use PowerShell.
$ (venv) python -m pip install -r demo/requirements.txt
$ (venv) python setup.py test
```
Home-page: UNKNOWN
Author: Gökmen Görgen
Author-email: gkmngrgn@gmail.com
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Release files for djangocms-html-tags 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| djangocms-html-tags-1.0.0.tar.gz | 5.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| djangocms_html_tags-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.9 kB