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-3.9.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file django_universe-3.9.tar.gz.

File metadata

File hashes

Hashes for django_universe-3.9.tar.gz
Algorithm Hash digest
SHA256 eba795a62fe6c9a7554c7502e0c38f04dd6fcb94597032f1a9837d7bc7f34d63
MD5 a5b00e58ea3e28a4f670083d3f2b215d
BLAKE2b-256 a2589b86b508936fba624b2bbf9ca46e8fa7fb8c869fb0f7ff8b6f9e3372c976

See more details on using hashes here.

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