Skip to content

Commit

Permalink
Comment out entire function to stop unexpected EOF effor
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonkeating committed Jan 25, 2018
1 parent 71129b2 commit c6e69e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion civictechprojects/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
class CivictechprojectsConfig(AppConfig):
name = 'civictechprojects'

def ready(self):
# def ready(self):
# Remove any tags that aren't in the canonical tag list
# TODO: Fix so this doesn't break in production database
# from .models import Project
# Project.remove_tags_not_in_list()

0 comments on commit c6e69e1

Please sign in to comment.