/linkclone

Simple delicious clone using Django framework

Primary LanguagePythonMIT LicenseMIT

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.