Skip to content

BartGo/python-cuturl

Repository files navigation

Python-cuturl

v0.0.23

A simple favourites / URL shortening app in Python. Work in progress. A project to test tools and environments.

http://fathomless-everglades-8154.herokuapp.com/

Quickstart

Running in development mode (prepare virtual environment and run the app inside):

./devinit.sh
./devrun.sh
./devucl.sh
./dnv/Scripts/bumpversion --allow-dirty patch
git add .
git commit -m "Bump version to y.y.yy"
git tag vy.y.y
git push
git push --tags

image

Requirements Status