66 lines
No EOL
1.8 KiB
HTML
66 lines
No EOL
1.8 KiB
HTML
<!-- title: frappe.utils.fixtures --><div class="dev-header">
|
|
|
|
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
|
|
Version 6.6.1</a>
|
|
|
|
|
|
<a class="btn btn-default btn-sm" href="https://github.com/frappe/frappe/blob/v6.6.1/frappe/utils/fixtures.py"
|
|
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p class="docs-attr-name">
|
|
<a name="frappe.utils.fixtures.export_fixtures" href="#frappe.utils.fixtures.export_fixtures" class="text-muted small">
|
|
<i class="icon-link small" style="color: #ccc;"></i></a>
|
|
frappe.utils.fixtures.<b>export_fixtures</b>
|
|
<i class="text-muted">()</i>
|
|
</p>
|
|
<div class="docs-attr-desc"><p>Export fixtures as JSON to <code>[app]/fixtures</code></p>
|
|
</div>
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p class="docs-attr-name">
|
|
<a name="frappe.utils.fixtures.import_custom_scripts" href="#frappe.utils.fixtures.import_custom_scripts" class="text-muted small">
|
|
<i class="icon-link small" style="color: #ccc;"></i></a>
|
|
frappe.utils.fixtures.<b>import_custom_scripts</b>
|
|
<i class="text-muted">(app)</i>
|
|
</p>
|
|
<div class="docs-attr-desc"><p>Import custom scripts from <code>[app]/fixtures/custom_scripts</code></p>
|
|
</div>
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p class="docs-attr-name">
|
|
<a name="frappe.utils.fixtures.sync_fixtures" href="#frappe.utils.fixtures.sync_fixtures" class="text-muted small">
|
|
<i class="icon-link small" style="color: #ccc;"></i></a>
|
|
frappe.utils.fixtures.<b>sync_fixtures</b>
|
|
<i class="text-muted">(app=None)</i>
|
|
</p>
|
|
<div class="docs-attr-desc"><p>Import, overwrite fixtures from <code>[app]/fixtures</code></p>
|
|
</div>
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- autodoc --> |