Skip to content

Commit

Permalink
new fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
wullerot committed May 23, 2018
1 parent b86db9c commit 4526ba4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Simple terms and condition notify app

## Install
```shell
$ pip install -e git+https://github.com/rouxcode/[email protected].5#egg=django-tac
$ pip install -e git+https://github.com/rouxcode/[email protected].6#egg=django-tac
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion tac/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import unicode_literals


__version__ = '0.0.5'
__version__ = '0.0.6'
default_app_config = 'tac.apps.TACConfig'
2 changes: 1 addition & 1 deletion tac/fixtures/tac.popupcontent.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"model": "tac.popupcontent", "pk": 1, "fields": {"name": "Text Deutsch 1", "language": "de", "text": "<p>beispiel.ch benutzt Cookies, um seinen Lesern das beste Webseiten-Erlebnis zu erm&ouml;glichen. Au&szlig;erdem werden teilweise auch Cookies von Diensten Dritter gesetzt. Weiterf&uuml;hrende Informationen erhalten Sie in der <a data-djangolink=\"true\" data-link_cms_page=\"3\" data-link_url=\"\" data-link_type=\"link_cms_page\" href=\"/de/datenschutz/\">Datenschutzerkl&auml;rung</a> von beispiel.ch.</p>", "button_label": "Ich habe verstanden!"}}]
[{"model": "tac.popupcontent", "pk": 1, "fields": {"name": "Text Deutsch 1", "language": "de", "text": "<p>beispiel.ch benutzt Cookies, um seinen Lesern das beste Webseiten-Erlebnis zu erm&ouml;glichen. Au&szlig;erdem werden teilweise auch Cookies von Diensten Dritter gesetzt. Weiterf&uuml;hrende Informationen erhalten Sie in der Datenschutzerkl&auml;rung von beispiel.ch.</p>", "button_label": "Ich habe verstanden!"}}]

0 comments on commit 4526ba4

Please sign in to comment.