lukacu / django-publications

A Django app for managing publications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-publications

A Django app for managing scientific publications. A working setup of this fork can be seen here.

Requirements

  • python >= 2.8.0
  • django >= 1.8.0
  • django-taggit >= 0.22.1

The app has been tested with the above versions, but older versions might also work.

Installation

  1. Install dependencies.

  2. Install the publications folder so that it is visible in Python path.

  3. Add the publications app to your settings.py.

  4. Add the following to your project's urls.py:

    url(r'^publications/', include('publications.urls')),

  5. Run python <yourproject>/manage.py syncdb and python <yourproject>/manage.py collectstatic

Customization

There are some aspects of this app that can be costumized using your settings.py file:

  • TODO

Documentation

TODO

About

A Django app for managing publications.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 94.0%Language:HTML 3.9%Language:JavaScript 1.6%Language:CSS 0.3%Language:Dockerfile 0.2%