Hi, all

Im new to django, just now installed django through pip and got below 
syntax error, so can anyone tell me is that fine or need to correct that. 

Thanks in advance.

sudo pip install Django
Downloading/unpacking Django
  Downloading Django-1.9-py2.py3-none-any.whl (6.6MB): 6.6MB downloaded
Installing collected packages: Django
Compiling /tmp/pip_build_root/Django/django/conf/app_template/apps.py ...
  File "/tmp/pip_build_root/Django/django/conf/app_template/apps.py", line 4
    class {{ camel_case_app_name }}Config(AppConfig):
          ^
SyntaxError: invalid syntax

Compiling /tmp/pip_build_root/Django/django/conf/app_template/models.py ...
  File "/tmp/pip_build_root/Django/django/conf/app_template/models.py", 
line 1
    {{ unicode_literals }}from django.db import models
                             ^
SyntaxError: invalid syntax

Successfully installed Django
Cleaning up...





-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/94c3ae7a-1a32-499b-89fa-a0d573f10cf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to