On Jan 2, 2016 8:11 AM, "Matthew" <[email protected]> wrote:
>
> Actually it turned out this works!! My TextEdit app was being finnicky
and made me re-write the entire code instead of just the quotation marks.
Thanks for the help!
>

That seems a bit odd. I can see why just turning off the smart quotes
wouldn't help. It probably didn't replace any already existing quotes in
your code when you did that. If you have the option, also make sure that
all of your files are using UTF-8 encoding by default, which should cut
down on some of that noise.

I always recommend going with a full IDE if you want a good experience. I
highly recommend PyCharm. The community edition works well with Django and
Python in general. The professional edition includes some bells and
whistles for setting up new projects and advanced debugging, but isn't
necessary for personal/casual use. Having the extra help with automatic
variable and method reference lookups is pretty invaluable. I always end up
accidentally discovering functionality this way.

Glad you got it sorted though.

-James

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2Be%2BciV5-K3VXii2mRE9cp85V5%3D3qwfJSEh_n3kk2nkxW_OmfA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to