django-hackathon-starter icon indicating copy to clipboard operation
django-hackathon-starter copied to clipboard

'Getting started' instructions not working for Ubuntu 16.04

Open nscozzaro opened this issue 8 years ago • 2 comments

I got a number of errors in following your instructions. It may help to explain what settings to use in the virtualenvironment, for example the python version. I have to use sudo to install the requirements without getting errors get errors such as: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-che3oe8o/unroll/

And then trying to run the make migrations I get the error: 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'

nscozzaro avatar Jan 04 '17 15:01 nscozzaro

In a clean virtual environment, you should be able to install the requirements from requirements.txt without any problems. Do you have pip installed?

DrkSephy avatar Mar 04 '17 00:03 DrkSephy

ImportError: No module named 'django'

You need to install Django. pip install django

ghost avatar Aug 26 '17 15:08 ghost