Forums

Is there a way to copy my this project into another pythonanywhere account?

Hi i have a webapp which will be released soon. Before releasing I want to copy my whole project into another pythonanywhere account.

There's no specific feature for that (in the sense that you can copy the code and the web app configuration). This help page gives some hints on how to upload/download code to/from PythonAywhere (but you will still need to set up a web app on the new account).

can I push this project into GitHub and then in the other pythonanywhere account pull it from Github. Will it work then?

Of course, that's what version control systems are made for (however not only for it). Make sure that you're not exposing any secret data, if the repository is public.

Thank you.

Is there any proper documentation on how to push on Github from a bash console

Sure all of the documentation that both git and github provide is valid for PythonAnywhere.

Do i need a paid account to push my project into github?

No, you do not

Then how can i do it? Any page link for a guidance will help.

@neso Just use basic git commands in the bash console https://guides.github.com/introduction/git-handbook/

OK thank you.