Hi, There are also alternative ways to do development.
Personally I use PyCharm Pro on a windows and osx with docker. That way my whole chain of development happens with consistent environments (within containers) and pretty much eliminates "works for me" issues. PyCharm also does have excellent support for django. Including even template debugging and such. 3.1.2018 3.30 "Tim Chase" <django.us...@tim.thechases.com> kirjoitti: On 2018-01-02 22:23, Julián Melero Hidalgo wrote: > Wich OS is better to develop with django? Ideally, develop on the same platform you plan to deploy on. If you don't want to develop on the same platform, the closer you are to your development platform, the easier time you'll have of it. So if you deploy on Red Hat, developing on CentOS will be pretty darn close. Developing on a Debian/Ubuntu-based machine won't be too bad. Developing on a BSD or MacOSX machine will be further yet but still reasonable. Developing on Windows is farthest and will introduce the most gotchas. > Windows is a bad option? If you're deploying on Windows, it's a great option. If you're deploying on a Unix-like OS, be prepared for the occasional hiccup. I imagine it's gotten better with the new Linux layer but I've not experimented with that. > Can I use Win for develop and GNU/Linux as a server? Yes, but as above, be prepared to encounter occasional trip-ups. Django & Python *do* both work well on Unix-likes and on Windows but if you're not careful, it's easy to make assumptions based on your development platform that can cause issues on your deployment platform. > What IDE (atom, VS Code, vim,etc..)you use? It's all just text, so I largely use vi/vim (occasionally using ed(1) for quick edits). But use what works for you. -tkc -- 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/20180102192907.2ebabd2f%40bigbox.christie.dr. For more options, visit https://groups.google.com/d/optout. -- 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/CAHn91oeTr1L1Xya956942-N0ZDmSD6a0k3wVccRRMATFFe4acg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.