Changes between Initial Version and Version 6 of Ticket #20933


Ignore:
Timestamp:
Aug 20, 2013, 11:32:40 AM (11 years ago)
Author:
Florian Apolloner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20933

    • Property Owner changed from nobody to Aymeric Augustin
    • Property Triage Stage UnreviewedAccepted
    • Property Status newassigned
    • Property Version master1.6-beta-1
  • Ticket #20933 – Description

    initial v6  
    44
    55### Create an app called appname and a folder called fixtures with a file groups.yaml like this:
     6{{{
    67- fields:
    78    name: Group1
     
    1920  model: auth.group
    2021  pk: 3
    21 
     22}}}
    2223### Try run on terminal
    2324python manage.py loaddata appname/fixtures/groups.yaml
Back to Top