Mercurial > public > sg101
view manage.py @ 595:f3fded5df64b
Forum topic & post updates now affect the RSS feed data in Redis.
This is for bitbucket issue #10.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 24 May 2012 15:49:15 -0500 |
parents | ee87ea74d46b |
children | cc39f34ce12b |
line wrap: on
line source
#!/usr/bin/env python import os, sys if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "gpp.settings") from django.core.management import execute_from_command_line execute_from_command_line(sys.argv)