maligree / shorty

A sample shortener app with a mysterious purpose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shorty

A mysterious shortener.

Setup

# venv/venv-wrapper as you like
git clone ...
cd shorty
pip install -r requirements.txt
cd shorty
./manage.py create_fake_users 60
./manage.py runserver

Tests

Some minor smoke tests included:

./manage.py test

Caveats

  • No true collision handling for the randomly generated tokens
  • Lot's of other issues: it is a quick, after-hours hack

About

A sample shortener app with a mysterious purpose.


Languages

Language:Python 81.0%Language:HTML 19.0%