Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 458 Bytes

File metadata and controls

17 lines (10 loc) · 458 Bytes

url_minifier

url_minifier is a url shortening app

Installation

pip install -r requirements.txt to install dependencies

Post installation/setup

python manage.py makemigration

python manage.py migrate

to setup database file(django's default database setting - sqlite) and create database

python manage.py runserver to get app started and running

UI