|
HI I am looking for a way to create domains and websites through some sort of command line or script. I've looked at the API docs, but I was wondering if anyone has already scripted such a task? thanks Bill |
|
If you are using python, you might be able to use something based on this fabric script. http://lukeplant.me.uk/blog/posts/starter-fabfile-and-scripts-for-a-django-project-on-webfaction/ |