nexus

Software Screenshot:
nexus
Software Details:
Version: 0.2.3
Upload Date: 15 Apr 15
Developer: David Cramer
Distribution Type: Freeware
Downloads: 4

Rating: nan/5 (Total Votes: 0)

nexus is a centralized, pluggable admin app for Django.

Install it:

pip install nexus

Enable it:

# settings.py
INSTALLED_APPS = (
 ...
 'nexus',
)

import nexus

nexus.autodiscover()

# urls.py
urlpatterns = patterns('',
 ('^nexus/', include(nexus.site.urls)),
)

Requirements:

  • Django
  • Python

Other Software of Developer David Cramer

Comments to nexus

Comments not found
Add Comment
Turn on images!