Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Commit

Permalink
update settings import
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Dec 11, 2014
1 parent 391975a commit 35a6f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dimagi/utils/couch/sync_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from couchdbkit.exceptions import ResourceNotFound
from couchdbkit.ext.django.loading import couchdbkit_handler
import sys
import settings
from django.conf import settings


def sync_design_docs(db, design_dir, design_name, temp=None):
Expand Down

0 comments on commit 35a6f2c

Please sign in to comment.