Logo
Explore Help
Register Sign In
External/netbox
1
0
Fork 0
You've already forked netbox
mirror of https://github.com/netbox-community/netbox.git synced 2025-12-20 03:06:24 +00:00
Code Issues Packages Projects Releases Wiki Activity
netbox/netbox/dcim/apps.py

11 lines
160 B
Python
Raw Normal View History

Initial push to public repo
2016-03-01 11:23:03 -05:00
from django.apps import AppConfig
Renamed IPAMConfig to DCIMConfig
2016-07-13 09:25:13 -04:00
class DCIMConfig(AppConfig):
Initial push to public repo
2016-03-01 11:23:03 -05:00
name = "dcim"
verbose_name = "DCIM"
Added virtual chassis member add view
2018-02-01 11:39:13 -05:00
def ready(self):
Implements #81 - webhook event backend (#1640) * merge branch develop * bugfix, signals for virtualization's class wasn't correctly defined * updated webhooks for 2.4 and cleanup * updated docs to cover changes to supervisor config * review changes and further cleanup * updated redis connection settings * cleanup settings
2018-05-30 11:19:10 -04:00
Added virtual chassis member add view
2018-02-01 11:39:13 -05:00
import dcim.signals
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 1355ms Template: 16ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API