Skip to content

Commit

Permalink
new initial content
Browse files Browse the repository at this point in the history
  • Loading branch information
wullerot committed May 23, 2018
1 parent a106481 commit 3d5b8d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/django-tac@0.0.7#egg=django-tac
$ pip install -e git+https://github.com/rouxcode/django-tac@0.1.0#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.7'
__version__ = '0.1.0'
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 Datenschutzerkl&auml;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&ouml;glichen Service zu gew&auml;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&eacute;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."}}]
2 changes: 1 addition & 1 deletion testproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'testproject',
'tac',
'compressor',
# 'text_ckeditor',
'text_ckeditor',

'django.contrib.redirects',
'django.contrib.admin',
Expand Down

0 comments on commit 3d5b8d8

Please sign in to comment.