Set up continuous integration (#13)

Closes #3
This commit is contained in:
wkoot
2023-03-29 22:00:48 +02:00
committed by GitHub
parent a53486ca23
commit 1925be271a
18 changed files with 569 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
PLUGINS = ['netbox_slm']
DEBUG = True
SECRET_KEY = 'dummy'
DEVELOPER = True