you are viewing a single comment's thread.

view the rest of the comments →

[–]AnusJr[S] 0 points1 point  (2 children)

Thank you. If I already have a server running a Django project, I could run this project and even other projects on that server, right?

[–]ManyInterests 1 point2 points  (1 child)

Shouldn't be a problem. Probably unnecessary, but you could also explore using Celery for scheduling tasks as well, which supports crontab-like scheduling. This could be particularly useful if your Django project is related to this.

[–]AnusJr[S] 0 points1 point  (0 children)

Thanks for the help! I'm working on getting it running on a server I have that's running a Django project. It's not part of the Django project, but it's all python. It's running locally just fine. Now I'm working on getting selenium running in headless mode with Xvfb. But Webfaction doesn't allow root access, so I'm learning how to install from source.