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
Add “django_spider” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'django_spider', )
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>, ...]
Include the django_spider URLconf in your project urls.py like this:
url(r'^django_spider/', include('django_spider.urls')),
Run python manage.py migrate to create the django_spider models.
Visit http://127.0.0.1:8000/django_spider/ to start surging through your django code files
Project details
Release history Release notifications | RSS feed
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)
File details
Details for the file django_universe-3.9.tar.gz
.
File metadata
- Download URL: django_universe-3.9.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eba795a62fe6c9a7554c7502e0c38f04dd6fcb94597032f1a9837d7bc7f34d63 |
|
MD5 | a5b00e58ea3e28a4f670083d3f2b215d |
|
BLAKE2b-256 | a2589b86b508936fba624b2bbf9ca46e8fa7fb8c869fb0f7ff8b6f9e3372c976 |