Skip to content

EditionOpenAccess/django-eoaprojects

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

EOA Projects

EOA Projects is a Django app for displaying projects of the Edition Open Access.

Quick start

  1. Add "publications" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'eoaprojects',
    ]
    
  2. Run python manage.py migrate to create the projects models.

Documentation

To compile the documentation, install sphinx (e.g. with pip3 install sphinx) and run make html for the HTML documentation. Other formats (PDF, EPUB) are available, too.

About

Django application for registering and displaying EOA projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published