Skip to content

A django app based on django-inspect-model that implements a user interface to inspect all models in your appplications

License

Notifications You must be signed in to change notification settings

20tab/twentytab-inspectmodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twentytab-inspectmodel

A django app based on django-inspect-model that implements a user interface to inspect all models in your applications.

You can find django-inspect-model documentation here: https://github.com/magopian/django-inspect-model

Installation

Use the following command: pip install twentytab-inspectmodel

Configuration

  • settings.py
INSTALLED_APPS = {
    ...,
    'inspectmodel',
    ...
}
  • urls.py
urlpatterns = patterns('',
    ... ,
    (r'', include('inspectmodel.urls')),
    ...
)
  • Static files

Run collectstatic command or map static directory.

To use the application you need to follow the link "http://myapplication_url/admin/inspect/browse/"

About

A django app based on django-inspect-model that implements a user interface to inspect all models in your appplications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published