Skip to content

Commit

Permalink
remove migration depenmdencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wullerot committed May 25, 2018
1 parent e9b1087 commit 38e4d36
Show file tree
Hide file tree
Showing 3 changed files with 2 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/[email protected].3#egg=django-tac
$ pip install -e git+https://github.com/rouxcode/[email protected].4#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.1.3'
__version__ = '0.1.4'
default_app_config = 'tac.apps.TACConfig'
2 changes: 0 additions & 2 deletions tac/migrations/0002_popupcontent_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
class Migration(migrations.Migration):

dependencies = [
('sites', '0002_alter_domain_unique'),
('tac', '0001_initial'),
]

operations = [
Expand Down

0 comments on commit 38e4d36

Please sign in to comment.