Skip to main content

A line of description for v0.8

Project description

Django_spider is a simple Django app to traverse through your django code and django file system with ease Detailed documentation is in the “docs” directory.

Quick start

  1. Add “django_spider” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'django_spider',
    )
  2. Add a variable APPS_FOR_SPIDER with the app names mentioned like this:

    APPS_FOR_SPIDER = [<app name 1>,<app name 2>,<app name 3>, ...]
  1. Include the django_spider URLconf in your project urls.py like this:

    url(r'^django_spider/', include('django_spider.urls')),
  2. Run python manage.py migrate to create the django_spider models.

  3. Visit http://127.0.0.1:8000/django_spider/ to start surging through your django code files

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_universe-0.93.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page