Skip to content

Commit

Permalink
cleaned up code
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Jul 20, 2016
1 parent 1d265cf commit bfecf1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "sefaria.settings")

from sefaria.export import export_texts

export_texts()

from django.core.management import execute_from_command_line

execute_from_command_line(sys.argv)
Expand Down

0 comments on commit bfecf1a

Please sign in to comment.