Skip to main content

Facebook-like timeline for Django admin

Project description

Package

django-admin-timeline

Description

A Facebook-like timeline app for Django admin. It’s very similar to built-in feature Daily progress, but then has a nicer templates and infinite scroll implemented. Actions are broken up by day, then by action. Filtering by user (multiple select) and content type (multiple select) is implemented.

Installation

  1. Install in your virtual environemnt

Latest stable version from PyPI:

$ pip install django-admin-timeline

Latest stable version from bitbucket:

$ pip install -e hg+http://bitbucket.org/barseghyanartur/django-admin-timeline@stable#egg=django-admin-timeline

Latest development version from bitbucket:

$ pip install -e hg+http://bitbucket.org/barseghyanartur/django-admin-timeline#egg=django-admin-timeline

  1. Add admin_timeline to your INSTALLED_APPS in the global settings.py.

    >>> INSTALLED_APPS = (
    >>>     # ...
    >>>     'admin_timeline',
    >>>     # ...
    >>> )
    
  2. Collect the static files by running (see the Troubleshooting section in case of problems):

    $ ./manage.py collectstatic

  3. Override app settings in your global settings module (see the apps.admin_timeline.defaults for the list of settings). As for now, most important of those is NUMBER_OF_ENTRIES_PER_PAGE - number of entries displayer per page (for both non-AJAX and AJAX requests).

  4. Add the following lines to the global urls module:

    >>> # Admin timeline URLs. Should be placed BEFORE the Django admin URLs.
    >>> (r'^admin/timeline/', include('admin_timeline.urls')),
    >>> url(r'^admin/', include(admin.site.urls)),
    

Troubleshooting

If somehow static files are not collected properly (missing admin_timeline.js and admin_timeline.css files), install the latest stable version from source.

$ pip install -e hg+http://bitbucket.org/barseghyanartur/django-admin-timeline@stable#egg=django-admin-timeline

Usage

After following all installation steps, you should be able to access the admin-timeline by:

http://127.0.0.1:8000/admin/timeline/

An example application is available. See the http://bitbucket.org/barseghyanartur/django-admin-timeline/src (example directory).

License

GPL 2.0/LGPL 2.1

Support

For any issues contact me at the e-mail given in the Author section.

Author

Artur Barseghyan <artur.barseghyan@gmail.com>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-timeline-0.9.tar.gz (43.5 kB view details)

Uploaded Source

File details

Details for the file django-admin-timeline-0.9.tar.gz.

File metadata

File hashes

Hashes for django-admin-timeline-0.9.tar.gz
Algorithm Hash digest
SHA256 d485cee1e8c895daf86eb94affa1a5b8f0b017da2a2ea80480b7c438373d8eb0
MD5 95f78e142c51992f514c6e9243930c56
BLAKE2b-256 89f9fde20117e9b35ec848e1b5b75fc71d98e361f34010f62c281c1d2d00d4aa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page