--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a626578e-a97d-4bef-b394-5472917327fa%40googlegroups.com.
Can you elaborate a little bit? that command checks the version of django that is currently installed.
On Tue, Nov 5, 2019 at 9:00 PM Takashi Sawa <sawasu...@gmail.com> wrote:
--File "<stdin>", line 1python -m django --version^SyntaxError: invalid syntaxWhat's this?
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django...@googlegroups.com.
Can you elaborate a little bit? that command checks the version of django that is currently installed.
On Tue, Nov 5, 2019 at 9:00 PM Takashi Sawa <sawasu...@gmail.com> wrote:
--File "<stdin>", line 1python -m django --version^SyntaxError: invalid syntaxWhat's this?
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django...@googlegroups.com.
if you are going to check the version of installed djangodjango-admin --version
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/31f8f64b-19b0-48cb-9471-08c0cf2a1f28%40googlegroups.com.
cd mysite
You are trying to run that command on the python interpreter.try run that command outside python interpret.
El mar., 5 nov. 2019 a las 11:23, Jordan Micle (<jordanm...@gmail.com>) escribió:
--
if you are going to check the version of installed djangodjango-admin --version
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django...@googlegroups.com.
|
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/73e70648-ae7a-4d85-93bb-9ae54fc1434d%40googlegroups.com.