Skip to content

Commit

Permalink
Update to new project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Sep 1, 2012
1 parent 244fbf6 commit 7464f5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
16 changes: 0 additions & 16 deletions froide/manage.py

This file was deleted.

9 changes: 9 additions & 0 deletions manage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env python
import os, sys

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "froide.settings")

from django.core.management import execute_from_command_line

execute_from_command_line(sys.argv)

0 comments on commit 7464f5a

Please sign in to comment.