A simple Django app to conduct Web-based autotagging.
Project description
Autotag is a simple Django app to conduct Web-based automatic tagging.
Detailed documentation is in the “docs” directory.
Quick start
Add “autotag_app” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'autotag_app', )
Include the autotag_app URLconf in your project urls.py like this:
url(r'^autotag_app/', include('autotag_app.urls')),
Run python manage.py migrate to create the autotag_app models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a autotag_app (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/autotag_app/ to participate in the autotag_app.
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
Built Distribution
File details
Details for the file django-autotag-0.1.4.tar.gz
.
File metadata
- Download URL: django-autotag-0.1.4.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74bec50b81c6d2617d31a348c4e27cc8ae04545508cb520c72c10f35a15b075a |
|
MD5 | daad484d405c9c971cc9859318931fcd |
|
BLAKE2b-256 | 01c0634a824d037d7d0b06dc39a62c07877c5ed5436dcde70c0713290bfd3c46 |
File details
Details for the file django_autotag-0.1.4-py2-none-any.whl
.
File metadata
- Download URL: django_autotag-0.1.4-py2-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 976e0b50d6c284b9817c124ee5cc9255e5da67d35d97b3f488bf595a672f9632 |
|
MD5 | 775d2a540e791780a4a413cd296c2530 |
|
BLAKE2b-256 | 952495c86057dee5759e15a038ad456228920344630453b13ccc94693d96c71f |