{% extends 'ndr_core/admin_views/base.html' %} {% load static %} {% load render_table from django_tables2 %} {% block content %}
Welcome to the NDR Core administration interface.
{% if not ndr_inizialized %} It seems as if you have not initialized your NDR application. You can initialize it by pressing the button below. {% else %} {% if not ndr_registered %} Your NDR application is not registered! Add it to you INSTALLED_APPS setting. {% else %} {% if not ndr_in_urls %} Your NDR application is not registered in urls.py! Add it to you urls.py setting. {% else %} Your NDR application seems to be set up and running! {% endif %} {% endif %} {% endif %}
NDR Core provides a fronted for your data. In order to use the search functions, you need to define the API the data is served with and define how your results will be styled by NDR Core.
You have {{ numbers.api }} API configurations in your installation.
With a configured API you can create search forms to provide access to your data.
You have {{ numbers.search }} search configurations in your installation.
Your web site consists of a number of pages. You can create pages of various types to display static content, search or contact forms and more.
You have {{ numbers.page }} pages in your installation.
Youn can forward your messages or view them here
You have {{ numbers.messages }} new messages.
This feature is not implemented yet.
You can provide sample data to test the rendering of your search results.
Manage Images in Your installation.
You can choose from pre-installed UI Styles and color schemes.
Selected UI Style is: {{ ui_style }}, selected color scheme is: {{ color_scheme }}
This feature is not implemented yet.
All Changes you make to your configuration will change how your home page looks and feels.
You can view a FAQ-like help page or read NDR Core's documentation.