Skip to content

Commit 0c71815

Browse files
committed
housekeeping
1 parent 4c64827 commit 0c71815

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ start:
7070
.PHONY: all ## Run all PLUGIN DEV targets
7171
all: setup makemigrations migrate collectstatic initializers start
7272

73+
.PHONY: rebuild ## Run PLUGIN DEV targets to rebuild
74+
rebuild: setup makemigrations migrate collectstatic start
75+
7376
#.PHONY: test
7477
#test:
7578
# ${VENV_PY_PATH} /opt/netbox/netbox/manage.py runserver test ${PLUGIN_NAME}

TODO

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
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

0 commit comments

Comments
 (0)