django-uwsgi-admin

The Django admin application of uWSGI
Download

django-uwsgi-admin Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Federico Maggi
  • Publisher web site:
  • http://maggi.cc

django-uwsgi-admin Tags


django-uwsgi-admin Description

django-uwsgi-admin is a Django admin app of uWSGI.Using the uwsgi_admin Django appIn the django directory of the distribution you will find the uwsgi_admin app.You need to enable the django admin app to use it.Copy the uwsgi_admin app in your django project directory and add it to the INSTALLED_APPS in settings.pyEx.INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'mysite.polls', 'mysite.uwsgi_admin')Now modify the main urls.py for adding a url for uwsgi_admin:(r'^admin/uwsgi/', include('mysite.uwsgi_admin.urls')),Go to /admin/uwsgi and will see the statistics of your uWSGI server and a button to gracefully reload it (only if master process is enabled).Memory usage is reported only if uWSGI is spawned with the -m optionProduct's homepage


django-uwsgi-admin Related Software