--
You received this message because you are subscribed to the Google Groups "NetBox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netbox-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to netbox-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/edc9a28f-6867-4ec8-8113-b85da1faa033%40googlegroups.com.
Looks like something's wrong with the Python environment. Are you using a virtualenv? There are a few common issues listed here: http://stackoverflow.com/questions/30389771/importerror-no-module-named-django-core-management-when-using-manage-py
On Thu, Mar 23, 2017 at 3:27 PM, Terry McKenna <terry....@gmail.com> wrote:
Getting the following error:Step: Run Database Migrations# cd /opt/netbox/netbox/# ./manage.py migrate"Traceback (most recent call last);FIle "./manage.py", line 8, in <module>from django.core.management import execute_from_command_lineImportError: No module named django.core.management"I've installed pre-v2 editions of NetBox before so I am somewhat familiar with the install.Ubuntu Server 16.10Thanks
On Wednesday, March 22, 2017 at 10:27:17 AM UTC-4, Jeremy Stretch wrote:JeremyHi folks,I'm happy to announce that the first beta for NetBox v2.0 has been released! This release is significant as the REST API has been completely rewritten to support read/write operations. (The one exception to this is custom fields, which are currently read-only pending further development.)While this release is not suitable for production use, you are encouraged to test it out using a clone of your production data. Please be sure to post to the mailing list or raise a bug report regarding any issues you encounter. The documentation for this release is available here: http://netbox.readthedocs.io/en/v2-beta/
--
You received this message because you are subscribed to the Google Groups "NetBox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netbox-discus...@googlegroups.com.
To post to this group, send email to netbox-...@googlegroups.com.
Debian/Ubuntu
Python 3:
# apt-get install -y python3 python3-dev python3-pip libxml2-dev libxslt1-dev libffi-dev graphviz libpq-dev libssl-dev
Python 2:
# apt-get install -y python2.7 python-dev python-pip libxml2-dev libxslt1-dev libffi-dev graphviz libpq-dev libssl-devTo unsubscribe from this group and stop receiving emails from it, send an email to netbox-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to netbox-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/a2306f8b-a9cd-427d-aaac-bdd6bfe1a131%40googlegroups.com.