miikkuu / django-url-shortener

A Django web app . A Simple Link Shortener solution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django URL Shortener App

This is a simple Django app that implements URL shortening backend mechanism using functional views in Django. It uses the default SQLite3 database and users are free to contribute to the project and suggest improvements.

Requirements

The following are the requirements for running this app:

  • Python 3.6 or higher
  • Django 3.0 or higher

You can install all the required packages by running the following command:

pip install -r requirements.txt

Usage

To run the app, execute the following command:

python manage.py runserver

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A Django web app . A Simple Link Shortener solution.


Languages

Language:HTML 50.4%Language:Python 49.6%