diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..70dbd69 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,18 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python: Django", + "type": "python", + "request": "launch", + "python": "${workspaceFolder}/venv/bin/python", + "program": "${workspaceFolder}/manage.py", + "args": ["runserver"], + "django": true, + "justMyCode": true + } + ] +} diff --git a/README.md b/README.md index a05d98b..5a97937 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ The following fixture options are available: - `authentication/department.json` add some default departments - `home/ticketpriority.json` add some default ticket priorities - `home/tickettag.json` add some default ticket tags +- `home/defaulttickets.json` add some default tickets (depends on ticketpriority and tickettag fixtures) You can import a fixture using the following command (remember to replace `