Add import and export tool

This commit is contained in:
2024-09-08 20:57:57 +10:00
parent 10956c32dc
commit e8f8a1300d
12 changed files with 168 additions and 8 deletions
+9
View File
@@ -124,3 +124,12 @@ To run the URL Manager locally:
9. Open your browser and go to `http://127.0.0.1:8000`
Remember to keep both the Tailwind CSS build process and the Django development server running while you're developing.
## Tools
The URL Manager includes a Tools page with the following features:
- Export all aliases as a JSON file
- Import aliases from a JSON file
To access the Tools page, click on the "Tools" link in the navigation bar.