larymak / Python-project-Scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.14k stars 854 forks source link

Url shortner #269

Closed yeboahd24 closed 1 year ago

yeboahd24 commented 1 year ago

Simple URL shortener app with Django

larymak commented 1 year ago

I would suggest making use of some APIs on the project to make it better. At the moment even though it's working the project URL is embedded in the shortened URL which makes it pretty long.

Generally, Good job on this one.