Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Payment System on Codio

Copy file to Codio

---> open Codio ---> Right click on Master and Upload ---> drag and drop the file into upload and close

Activate venv

---> On Codio open the terminal ---> type: . venv/bin/activate

Run your code

---> env FLASK_APP=payments FLASK_ENV=development ./venv/bin/flask run --host=0.0.0.0