You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(venv) root@netbox:/opt/netbox/netbox# python3 manage.py migrate
Operations to perform:
Apply all migrations: account, admin, auth, circuits, contenttypes, core, dcim, django_rq, extras, ipam, netbox_inventory, netbox_proxbox, sessions, social_django, taggit, tenancy, users, virtualization, wireless
Running migrations:
No migrations to apply.
Your models in app(s): 'netbox_proxbox' have changes that are not yet reflected in a migration, and so won't be applied.
Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
Further, I am running into the same error as everyone else when trying to use this on Proxmox with self signed certificate from Proxmox, which cannot be added to the trusted store for some stupid reason.
The text was updated successfully, but these errors were encountered:
(venv) root@netbox:/opt/netbox/netbox# python3 manage.py migrate
Operations to perform:
Apply all migrations: account, admin, auth, circuits, contenttypes, core, dcim, django_rq, extras, ipam, netbox_inventory, netbox_proxbox, sessions, social_django, taggit, tenancy, users, virtualization, wireless
Running migrations:
No migrations to apply.
Your models in app(s): 'netbox_proxbox' have changes that are not yet reflected in a migration, and so won't be applied.
Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
Further, I am running into the same error as everyone else when trying to use this on Proxmox with self signed certificate from Proxmox, which cannot be added to the trusted store for some stupid reason.
The text was updated successfully, but these errors were encountered: