Hello! I’ve found this repo:
https://build.opensuse.org/project/show/openSUSE:infrastructure:netbox
I’ve added it to my server and it installed successfully. But what do I do now?
netbox-build-assets
python3.11: can't open file '/usr/share/netbox/netbox/manage.py': [Errno 2] No such file or directory
And this:
netbox-manage
Type 'manage.py help <subcommand>' for help on a specific subcommand.
Available subcommands:
[django]
check
compilemessages
createcachetable
dbshell
diffsettings
dumpdata
flush
inspectdb
loaddata
makemessages
makemigrations
migrate
optimizemigration
runserver
sendtestemail
shell
showmigrations
sqlflush
sqlmigrate
sqlsequencereset
squashmigrations
startapp
startproject
test
testserver
Note that only Django core commands are listed as settings are not properly configured (error: No module named 'packaging').
Which specific package am I missing? Is this Repo not viable?
I was hoping I could save the hassle of installing netbox from scratch.