You can't install django in PyCharm.

You must set proper Python interpreter into PyCharm Settings.
File>Settings>Project:name_of_your_project>Project Interpreter
There you must setup proper Python interpreter.

The best option is that you create Virtual Environment for each project.
This is guide for virtualenvironment.
http://docs.python-guide.org/en/latest/dev/virtualenvs/

Than in your virtualenv. you install all desired packages and you set that 
is your project interpreter python located in environment folder.

Good luck.

петак, 10. фебруар 2017. 00.05.12 UTC+1, Sławomir Gontarek је написао/ла:
>
> How install Django in PyCharm Community edition?
>
>

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8e8a7691-61ad-427c-a2f7-ecd24bae17ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to