Skip to content

Commit 38e4d36

Browse files
committed
remove migration depenmdencies
1 parent e9b1087 commit 38e4d36

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Simple terms and condition notify app
55

66
## Install
77
```shell
8-
$ pip install -e git+https://github.com/rouxcode/django-tac@0.1.3#egg=django-tac
8+
$ pip install -e git+https://github.com/rouxcode/django-tac@0.1.4#egg=django-tac
99
```
1010

1111
## Usage

tac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import unicode_literals
22

33

4-
__version__ = '0.1.3'
4+
__version__ = '0.1.4'
55
default_app_config = 'tac.apps.TACConfig'

tac/migrations/0002_popupcontent_site.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
class Migration(migrations.Migration):
1010

1111
dependencies = [
12-
('sites', '0002_alter_domain_unique'),
13-
('tac', '0001_initial'),
1412
]
1513

1614
operations = [

0 commit comments

Comments
 (0)