-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from __future__ import unicode_literals | ||
|
||
|
||
__version__ = '0.0.7' | ||
__version__ = '0.1.0' | ||
default_app_config = 'tac.apps.TACConfig' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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öglichen. Außerdem werden teilweise auch Cookies von Diensten Dritter gesetzt. Weiterführende Informationen erhalten Sie in der Datenschutzerklärung von beispiel.ch.</p>", "button_label": "Ich habe verstanden!"}}] | ||
[{"model": "tac.popupcontent", "pk": 1, "fields": {"name": "Deutsch 1", "language": "de", "text": "<p>Diese Webseite verwendet Cookies, um Ihnen den bestmöglichen Service zu gewährleisten. Wenn Sie auf der Seite weitersurfen stimmen Sie der Cookie-Nutzung zu.</p>", "button_label": "Ich stimme zu."}}, {"model": "tac.popupcontent", "pk": 2, "fields": {"name": "Fran\u00e7ais 1", "language": "fr", "text": "<p>Afin de vous proposer le meilleur service possible, ce site utilise des cookies. En continuant de naviguer sur le site, vous déclarez accepter leur utilisation.</p>", "button_label": "J\u2019accepte."}}, {"model": "tac.popupcontent", "pk": 3, "fields": {"name": "English 1", "language": "en", "text": "<p>In order to give you a better service this website uses cookies. By continuing to browse the site you are agreeing to our use of cookies.</p>", "button_label": "I agree."}}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters