Added a better way to delete users. Catched the exception for perm_list.
[e_cidadania.git] / tests / run.py
blobde13eefa235bb87a8b3c33a3b56d12ba28ef4926
1 #!/usr/bin/python
3 #import coverage
4 from django.conf import settings
5 from django.core import management
7 def main():
8 print "Hi"