Forums

npm | bower | to use django-scheduler package

Hi there! I would like to use the django-scheduler package in one of my projects that has its own virtualenv.

Its static assets relies on jQuery and Bootstrap to provide its user interface. In the documentation, it suggests that I install bower using npm in order to manage jQuery and Bootstrap installations.

Through my virtualenv, I realized that I was able to successfully install django-bower through pip, but I will need to be able to use the npm command in order to install bower. I can't get it to work. Other PythonAnywhere forum posts say that npm is available, but I am having trouble making this work. When I looked at the Bower documentation, it says it requires node, npm, and git.

Please help to point me in the right direction in getting this set up. If it is impossible using PythonAnywhere. I am looking for a package that will help me to schedule modeled events into a calendar.

Thank you very much!

This help page is probably a good start -- if you follow the instructions there, you'll get a fully-functional node environment complete with npm.

Thank you very much! This worked well and I installed everything I needed to use django-scheduler.

Great!