https://github.com/aclzz/cut-a-link
Simple url cutter on python django
https://github.com/aclzz/cut-a-link
cut database django postgresql-database url-cutter
Last synced: about 1 month ago
JSON representation
Simple url cutter on python django
- Host: GitHub
- URL: https://github.com/aclzz/cut-a-link
- Owner: ACLzz
- Created: 2020-05-30T13:43:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:56:32.000Z (over 3 years ago)
- Last Synced: 2025-10-06T14:41:52.688Z (8 months ago)
- Topics: cut, database, django, postgresql-database, url-cutter
- Language: Python
- Homepage: http://cut-a-link.herokuapp.com
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cut a link
Simple url cutter on django.
It has extra shortcuts. They will provide an opportunity to see extra data of those who clicked on your link.
You can visit it on cut-a-link.herokuapp.com
### Requirements:
- Python 3
- Pipenv
### Environment variables
- DATABASE : name of postgresql database
- DB_USER : username for postgresql
- DB_PASS : password for user in postgresql
- DB_HOST : ip address or url of postgresql database
- DB_PORT : Port of postgresql database
- IP_API_KEY : API key from ipstack.com