{% extends 'ndr_core/admin_views/base.html' %} {% load static %} {% load render_table from django_tables2 %} {% block extra_css %} {% endblock %} {% block content %}
Welcome to the NDR-Core administration interface

Refer to the navigation on top to manage and edit your web page.

Access Your Data

NDR Core is a frontend for your research data. It provides a number of API implementations which let you access your data. Check out which one is for you.

If you are a developer, you can create an implementation for your own database. Check out the documentation for more information.

(Image created with DALL-E.)

Find Help

NDR Core features help pages which help you with your existing installation. Learn about pages, UI elements, Search forms and API configurations.

If you plan to install NDR Core, you can find the installation guide and the repository here.

{% endblock %}