Add "django_ninfo" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'django_ninfo', )
Include the polls URLconf in your project urls.py like this:
url(r'^ninfo/', include('django_ninfo.urls')),
Run python manage.py syncdb to create the ninfo table models.
-
Notifications
You must be signed in to change notification settings - Fork 2
ninfo-py/django-ninfo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A ninfo web frontend as a django app
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published