We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b1087 commit 38e4d36Copy full SHA for 38e4d36
README.md
@@ -5,7 +5,7 @@ Simple terms and condition notify app
5
6
## Install
7
```shell
8
-$ pip install -e git+https://github.com/rouxcode/django-tac@0.1.3#egg=django-tac
+$ pip install -e git+https://github.com/rouxcode/django-tac@0.1.4#egg=django-tac
9
```
10
11
## Usage
tac/__init__.py
@@ -1,5 +1,5 @@
1
from __future__ import unicode_literals
2
3
4
-__version__ = '0.1.3'
+__version__ = '0.1.4'
default_app_config = 'tac.apps.TACConfig'
tac/migrations/0002_popupcontent_site.py
@@ -9,8 +9,6 @@
class Migration(migrations.Migration):
dependencies = [
12
- ('sites', '0002_alter_domain_unique'),
13
- ('tac', '0001_initial'),
14
]
15
16
operations = [
0 commit comments