Added a update_repos management command.

rtd2
Eric Holscher 2010-08-15 07:43:10 +00:00
parent 55a3400d49
commit 1e64f5ba4b
4 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,5 +3,5 @@
*.db
doc_root
user_builds
local_settings
settings/local_settings.py
_build

View File

View File

View File

@ -0,0 +1,8 @@
from django.core.management.base import BaseCommand
from projects import tasks
class Command(BaseCommand):
def handle(self, *args, **kwargs):
tasks.update_docs_pull()