Skip to content

Commit

Permalink
[-] Remove south migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Oct 13, 2017
1 parent 22c5630 commit 1df724f
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 877 deletions.
8 changes: 0 additions & 8 deletions categories/management/commands/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
try:
from south.db import db # noqa
from django.db.models.signals import post_syncdb # noqa
from categories.migration import migrate_app # noqa

post_syncdb.connect(migrate_app)
except ImportError:
pass
9 changes: 0 additions & 9 deletions categories/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,3 @@ class CategoryRelation(models.Model):

def __unicode__(self):
return "CategoryRelation"


try:
from south.db import db # noqa, South is required for migrating. Need to check for it
from django.db.models.signals import post_syncdb
from categories.migration import migrate_app
post_syncdb.connect(migrate_app)
except ImportError:
pass
120 changes: 0 additions & 120 deletions categories/south_migration.py

This file was deleted.

53 changes: 0 additions & 53 deletions categories/south_migrations/0001_initial.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 1df724f

Please sign in to comment.