File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 70
70
.PHONY : all # # Run all PLUGIN DEV targets
71
71
all : setup makemigrations migrate collectstatic initializers start
72
72
73
+ .PHONY : rebuild # # Run PLUGIN DEV targets to rebuild
74
+ rebuild : setup makemigrations migrate collectstatic start
75
+
73
76
# .PHONY: test
74
77
# test:
75
78
# ${VENV_PY_PATH} /opt/netbox/netbox/manage.py runserver test ${PLUGIN_NAME}
Original file line number Diff line number Diff line change 1
- - TODO: single underscore functions https://stackoverflow.com/questions/1301346/what-is-the-meaning-of-single-and-double-underscore-before-an-object-name
1
+ - TODO: ACL Form Bubble/ICON Extended/Standard
2
+ - TODO: Add an Access List to an Interface Custom Fields after comments - DONE
3
+ - TODO: ACL rules, look at last number and increment to next 10
4
+ - TODO: Clone for ACL Interface should include device
5
+ - TODO: Inconsistent errors for add/edit (where model is using a generic page)
6
+ - TODO: Check Constants across codebase for consistency.
7
+ - TODO: Test API and Forms
You can’t perform that action at this time.
0 commit comments