Skip to content

joe94113/django_url_shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_url_shortner"

You can shorten the URL in this app

python manage.py runserver

and you can push heroku

Terminal input

heroku login

heroku create "appname""

git remote add heroku https://git.heroku.com/appname.git

create postgres database heroku addons:create heroku-postgresql:hobby-dev

git init

git add .

git commit -m "useful commit message

git push heroku master

run https://appname.herokuapp.com/

About

url-shortner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published