diff options
| author | markotibold | 2011-06-25 13:08:46 +0200 |
|---|---|---|
| committer | markotibold | 2011-06-25 13:08:46 +0200 |
| commit | ddd36206bc7a403b2ba43de7b4c43d5bf6466399 (patch) | |
| tree | 82c90b5b8012466a36748c6b542e2be949820129 /examples/permissionsexample/models.py | |
| parent | 409ee533fd28b742f4e790dc56aa686f44db1fcd (diff) | |
| download | django-rest-framework-ddd36206bc7a403b2ba43de7b4c43d5bf6466399.tar.bz2 | |
Added a fixture so that the users default have a user to login with and play with permissions.
Diffstat (limited to 'examples/permissionsexample/models.py')
| -rw-r--r-- | examples/permissionsexample/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/permissionsexample/models.py b/examples/permissionsexample/models.py new file mode 100644 index 00000000..232085ad --- /dev/null +++ b/examples/permissionsexample/models.py @@ -0,0 +1 @@ +#for fixture loading
\ No newline at end of file |
