1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Initial work on reports

This commit is contained in:
Jeremy Stretch
2017-09-19 17:47:42 -04:00
parent e93129f1ae
commit 8f1607e010
5 changed files with 163 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
*.pyc
/netbox/netbox/configuration.py
/netbox/netbox/ldap_config.py
/netbox/reports/*
!/netbox/reports/__init__.py
/netbox/static
.idea
/*.sh