ango
> 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
&
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
This is the message I keep getting when I tried to run $ python manage.py
migrate
File "/Users/CaiGengYang/mysite/mysite/settings.py", line 45
'django.middleware.csrf.CsrfViewMiddleware',
^
SyntaxError: invalid syntax
(force_insert, force_update)
>
> def __ unicode__ (self):
> return u '% s'% (self.nome)
>
> the error occurs when i run the migrate after South on the app.
> SyntaxError: invalid syntax (, line 1)
>
> But if my model does not have the user
nome self.nome.upper = ()
> super (Carrier, self). save (force_insert, force_update)
>
> def __ unicode__ (self):
> return u '% s'% (self.nome)
>
> the error occurs when i run the migrate after South on the app.
> SyntaxError: invalid syntax (
f, force_insert = False, force_update = False):
self.nome self.nome.upper = ()
super (Carrier, self). save (force_insert, force_update)
def __ unicode__ (self):
return u '% s'% (self.nome)
the error occurs when i run the migrate after South on the
, line 104
> ROOT_URLCONF = 'mysite.urls' : SyntaxError: invalid syntax" in Terminal
> after I enter "python mysite/manage.py". I have completed all the steps
> up until "Customize the admin look and feel" in Part 2. I haven't
> changed any code in the Se
Hello,
I have been going through the Django first app tutorial with success until
I received the message, "File
"/Users/williamtschultz/mysite/mysite/settings.py", line 104 ROOT_URLCONF =
'mysite.urls' : SyntaxError: invalid syntax" in Terminal after I enter
&qu
8 matches
Mail list logo