idevin / tms-url-shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

U.short

Shorten urls with Python django framework

Getting Started

Dummy package for shorten urls like bit.ly service

Prerequisites

Linux system is preferable. Project needs some widget tweaks for pretty forms so we can install it using pip:

pip install django-widget-tweaks

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

cd SRC_FOLDER_PROJECT
virtualenv -p python3.6
.env/bin/activate
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver

Running the tests

Sorry, guys, but no test here and it's boring

Deployment

This project runs locally only without CI/CD

Built With

Contributing

Give me a buck here

Versioning

Just Alpha

Authors

License

GPL

Acknowledgments

  • For teach me skills Python courses

About


Languages

Language:Python 69.6%Language:HTML 30.3%Language:JavaScript 0.1%