IDE #121
-
In the setup.md file the steps are given for Pycharm PRO IDE. Is it preferred to use pycharm or we can use use IDE of our choice? can someone please clarify on this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there @namrata18s. Yeah so in the setup I mostly showed Pycharm as their Django support is amazing in my opinion. Quite a few of us use it too. But you don't need to use it, if you don't want to use it you can follow setup and just follow all of the opposite steps. So you'll likely:
We have recently added tailwind via NPM so it's suggested that you use Feel free to ask any more questions as needed, I appreciate your interest in the project. |
Beta Was this translation helpful? Give feedback.
Hi there @namrata18s. Yeah so in the setup I mostly showed Pycharm as their Django support is amazing in my opinion. Quite a few of us use it too.
But you don't need to use it, if you don't want to use it you can follow setup and just follow all of the opposite steps. So you'll likely:
py manage.py runserver
to run the app.We have recently added tailwind via NPM so it's suggested that you use
npm install
and thennpm run tailwind-build
Feel free to ask any more questions as needed, I appreciate your interest in the project.