Issue inspector for your GitHub repositories
Project description
https://github.com/idlesign/django-issueinspector
Description
Issue inspector for your GitHub repositories
This application allows you to inspect issues in your repositories that require your attention.
It could be helpful when you have to manage many repositories, to not to forget what issues you need to attend to.
Wire this application into your existing Django project and you’re done.
Requirements
Python 3.2+
Django 1.4+
How to run standalone
Check you’re on Unix-based system;
Check Python 3.2+ is installed;
Check django-xross is installed;
Using a terminal switch into issueinspector directory with inspector.py file;
Issue command: ./inspector.py;
If browser is not started automatically go to: http://127.0.0.1:8000/
You can store username and token in .inspector.conf configuration file near inspect.py using the following format:
[core] username = idlesign token = 123123123123123
How to run as Django app
Given your already have your Django project configured do the following simple steps:
Add issueinspector into INSTALLED_APPS (usually in settings.py).
Link issueinspector.views.inspector_main to an URL (usually in urls.py)
Go to that URL and push About button for further instructions.
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
Built Distribution
File details
Details for the file django-issueinspector-0.2.1.tar.gz
.
File metadata
- Download URL: django-issueinspector-0.2.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f42e9736f8cc666dc8b35838661db269578cceedd4954435614ca7f207ce96d6 |
|
MD5 | f37480514309fb6b6b7ac96fb7279a98 |
|
BLAKE2b-256 | 2770794c92cb082d9193f78523f35b6ed54733684567ac1692c70cca8800571c |
File details
Details for the file django_issueinspector-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_issueinspector-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 668dd789aa066e50f472ae2ea773f6e21ca0e76017f0a0a6adc162e231b3f92d |
|
MD5 | 41dc6bcba98c834eeade1f6ee3c216a2 |
|
BLAKE2b-256 | f6aaacf165d841a1ab9e73fc08c4303666b35e04a768c44ebee62d299a83a917 |