# django-ninfo **Repository Path**: mirrors_esnet/django-ninfo ## Basic Information - **Project Name**: django-ninfo - **Description**: A ninfo web frontend as a django app - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ===== django-ninfo - A ninfo web frontend as a django app ===== Quick start ----------- 1. Add "django_ninfo" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = ( ... 'django_ninfo', ) 2. Include the polls URLconf in your project urls.py like this:: url(r'^ninfo/', include('django_ninfo.urls')), 3. Run `python manage.py syncdb` to create the ninfo table models.