Files @ 87d2821ecdfd
Branch filter:

Location: conntrackt/projtest/manage.py

branko
CONNT-9: Reworked the entity details view to be more consistent with the other views. Move implicit queries from template to view.
#!/usr/bin/env python
import os
import sys

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

    from django.core.management import execute_from_command_line

    execute_from_command_line(sys.argv)