Please someone should help me fix this

2019-09-02 Thread KONE GOMPOU LOUA ALASSANE
You're working on windows: How did you process to activate your venv?( cd venv, cd Scripts, activate) So, You have to come back after venv activated? (cd.., cd ..) Now python manage.py runserver -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Please someone should help me fix this

2019-09-02 Thread Suraj Thapa FC
Maybe use python3 manage.py runserver if you are on Linux computer On Mon, 2 Sep, 2019, 4:34 AM Sullivan Nnaji, wrote: > I have activated the virtual environment and CD into the project name and > manage.py was present but still can't run server > I always get an error of > File "manage.py",

Re: Please someone should help me fix this

2019-09-02 Thread Sandip Nath
First cd to your project folder. Once there create a virtual environment and enable the environment. The best ,the easiest and the smartest method is to use pipenv. 1. First install pipenv with: pip install pipenv 2. cd to your project folder. 3. Run the command: pipenv shell 4. Your virtual

Re: Please someone should help me fix this

2019-09-02 Thread Tosin Ayoola
Can u send d screenshot of the error message you getting On Sep 2, 2019 00:04, "Sullivan Nnaji" wrote: > I have activated the virtual environment and CD into the project name and > manage.py was present but still can't run server > I always get an error of > File "manage.py", line 16 > From

Re: Please someone should help me fix this

2019-09-01 Thread Nur Mohsin
hi, what command you are using to runserver? also send screenshot. On Mon, 2 Sep 2019, 5:05 am Sullivan Nnaji, wrote: > I have activated the virtual environment and CD into the project name and > manage.py was present but still can't run server > I always get an error of > File "manage.py",

Please someone should help me fix this

2019-09-01 Thread Sullivan Nnaji
I have activated the virtual environment and CD into the project name and manage.py was present but still can't run server I always get an error of File "manage.py", line 16 From exc SyntaxError: invalid syntax -- You received this message because you are subscribed to the Google Groups