Changes between Initial Version and Version 6 of Ticket #20933
- Timestamp:
- Aug 20, 2013, 11:32:40 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20933
- Property Owner changed from to
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
- Property Version master → 1.6-beta-1
-
Ticket #20933 – Description
initial v6 4 4 5 5 ### Create an app called appname and a folder called fixtures with a file groups.yaml like this: 6 {{{ 6 7 - fields: 7 8 name: Group1 … … 19 20 model: auth.group 20 21 pk: 3 21 22 }}} 22 23 ### Try run on terminal 23 24 python manage.py loaddata appname/fixtures/groups.yaml