diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-14 18:51:58 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-17 10:17:45 +0100 |
| commit | 5ba743e26230ef4c63069efc92c5844fd98995dc (patch) | |
| tree | ecbf852871744ffc77043bc6159f71e0a09d414f /tests/no_models/__init__.py | |
| parent | 69039becde74308d6218c72c1e410cd0049fd2bd (diff) | |
Made it possible to create apps without a models module.
This commit reverts f44c4a5d0f and 39bbd165.
django.test.simple will be updated in a separate commit as it requires
invasive changes.
Diffstat (limited to 'tests/no_models/__init__.py')
| -rw-r--r-- | tests/no_models/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/no_models/__init__.py b/tests/no_models/__init__.py new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/no_models/__init__.py |
