5 lines
123 B
Python
5 lines
123 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from django.test import TestCase
|
|
from django.contrib.auth.models import User |