gchandrasa / linkclone

Simple delicious clone using Django framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Delicious Clone

license

This is a simple delicious clone, created using Django framework.

  • Install requirements :

    $pip install -r requirements.txt
  • Run syncdb :

    $./manage syncdb
  • Run development server :

    $./manage runserver

Why Creating Delicious Clone

  • Delicious is a great service, but it's free service and we never know when Yahoo decide to shut them down.
  • Private internal organization use, sharing links between co-workers/colleagues

Quick Usage

To use the registration, you need to set up email setting.

For quick usage just add user for the admin panel.

About

Simple delicious clone using Django framework

License:MIT License


Languages

Language:Python 59.9%Language:HTML 39.4%Language:CSS 0.7%