nadineproject / nadine

Open Coworking Software
http://nadineproject.org
GNU Affero General Public License v3.0
163 stars 78 forks source link

Error "Run these scripts to setup nadine" in quickstart.rst #454

Closed tomasjr7 closed 3 years ago

tomasjr7 commented 3 years ago

Hi, I am interested in testing nadine and maybe collaborate with the project, but I tried to install Nadine following requirements.rst and quickstart.rst, but in quickstart.rst the command line ./manage.py setup returns a django error, even though I followed all the steps, later I installed the latest version of django and the error persists

Traceback (most recent call last): File "./manage.py", line 8, in <module> from django.core.management import execute_from_command_line ImportError: No module named django.core.management

I'm run Debian 10

jsayles commented 3 years ago

That looks like you don’t have your virtual environment enabled.  If you are using virtualenv it will be something like source bin/activate or if you are using pipenv you need to do pipenv install followed by pipenv shell.  The docs are inconsistent and need to be updated. On Feb 17, 2021, 9:26 AM -0800, tomasjr7 notifications@github.com, wrote:

Hi, I am interested in testing nadine and maybe collaborate with the project, but I tried to install Nadine following requirements.rst and quickstart.rst, but in quickstart.rst the command line ./manage.py setup returns a django error, even though I followed all the steps, later I installed the latest version of django and the error persists Traceback (most recent call last): File "./manage.py", line 8, in from django.core.management import execute_from_command_line ImportError: No module named django.core.management — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.