Metadata-Version: 2.1
Name: django-app-bookmarker
Version: 0.2
Summary: Bookmark your apps in admin panel to quick and easy use
Home-page: https://github.com/
Author: Bolat Bakdaulet
Author-email: bakosh21345@gmail.com
License: MIT
Keywords: django django-admin

===========
Quick start
===========

1. Add "bookmarker" to yout INSTALLED_APPS settings like this::

    INSTALLED_APPS = [
        ...,
        'bookmarker'
    ]

