Title here
Summary here
To add a new category, open the tools/fixtures/category.json
file and insert the new category data in the following format at the end of the file:
{
"model": "tools.category",
"pk": null,
"fields": {
"name": "New Category",
"slug": "new-category"
}
}
Then, visit the URL to insert new category to database:
Done. Visit the following URL and check: