Skip to content

Commit

Permalink
relations
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Sephton committed Jul 26, 2011
1 parent cd08d80 commit 090ebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -56,5 +56,5 @@ This is a normal Django JSON fixtures list of objects that will be created. You
After the command completes you should have 5 newly created staff users in your database. If you were to run the generate command again no new users would be created as ``django-generate`` detects the presence of previously generated objects.

Have a look at `jmbo-post's generator <https://github.com/praekelt/jmbo-post/blob/master/post/generator.py>`_ to see how objects with inheritance structures and file resources can be created very easily using ``django-generate``.
Have a look at `jmbo-post's generator <https://github.com/praekelt/jmbo-post/blob/master/post/generator.py>`_ to see how objects with inheritance structures, relations and file resources can be created very easily using ``django-generate``.

0 comments on commit 090ebca

Please sign in to comment.