Skip to content

jmcbailey/django-quicklinks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quicklinks - install notes

  1. Install from github ( pip install git+git://github.com/emkorybski/django-quicklinks.git ).
  2. Add quicklinks ('quicklinks') to INSTALLED_APPS and run 'python manage.py migrate quicklinks' if you have the south app installed.
  3. Create 'quicklinks' folder in your 'media/' directory and copy contents od 'media_files' folder there.
  4. Install 'djangoadminsortable' app - ( pip install git+git://github.com/emkorybski/django-admin-sortable.git ). The app also needs a separate folder in 'media/' directory, copy files from 'static/adminsortable/' there.

quicklinks tests

TBC

About

django-quicklinks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • Python 7.9%
  • Other 1.6%