﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25885	SyntaxError in Django 1.9 install output	Romaan Khadeer Ahmed	Romaan Khadeer Ahmed	"Created a virtualenv and tried installing Django


{{{
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 /home/romaan/workspacepy/tester/build/django/django/conf/app_template/apps.py ...
  File ""/home/romaan/workspacepy/tester/build/django/django/conf/app_template/apps.py"", line 4
    class {{ camel_case_app_name }}Config(AppConfig):
          ^
SyntaxError: invalid syntax

Compiling /home/romaan/workspacepy/tester/build/django/django/conf/app_template/models.py ...
  File ""/home/romaan/workspacepy/tester/build/django/django/conf/app_template/models.py"", line 1
    {{ unicode_literals }}from django.db import models
                             ^
SyntaxError: invalid syntax

Successfully installed django
Cleaning up...
}}}


Looks like syntax error"	Bug	closed	Uncategorized	1.9	Normal	invalid			Unreviewed	0	0	0	0	0	0
